#8032B3

Color #8032B3 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #8032B3

Tints of Royal Purple #8032B3

Color information

#8032B3 (or 0x8032B3) is unknown color: approx Royal Purple. HEX triplet: 80, 32 and B3. RGB value is (128,50,179). Sum of RGB (Red+Green+Blue) = 128+50+179=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #8032B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8032B3 is #7FCD4C. Grayscale: #575757. Windows color (decimal): -8375629 or 11743872. OLE color: 11743872.

HSL color Cylindrical-coordinate representation of color #8032B3: hue angle of 276.28º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8032B3 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12850179-
CMYK0.280.7200.30
HSL276.28º56.33%44.9%-
HSV(B)276.28º72.07%70.2%-
XYZ18.1810.1343.64-
YUV88.03179.34156.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 50 (19.92% from 255) = 14.01%
BLUE value IS 179 (70.31% from 255) = 50.14%
R=35.85%
G=14.01%
B=50.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128501790.280.7200.30276.2856.3344.9
Hex8032B31C4801E114382d
Octal20062263341100364247055
Binary1000000011001010110011111001001000011110100010100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8032B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8032B3; }

 p { color: rgb(128,50,179); }

 H1.HeaderClassName
 {
   color: #8032B3;
 }
 .AnyTagClassName
 {
   color: #8032B3;
 }
</style>
background-color css

<style>
 a { background-color: #8032B3; }

 a { background-color: rgb(128,50,179); }

 div.DivClassName
 {
   background-color: #8032B3;
 }
 .BgClassName
 {
   background-color: #8032B3;
 }
</style>
border-color css

<style>
 span { border-color: #8032B3; }

 span { border-color: rgb(128,50,179); }

 td.TdClassName
 {
   border-color: #8032B3;
 }
 .TagClassName
 {
   border-color: #8032B3;
 }
</style>