#8036AB

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

Shades of Royal Purple #8036AB

Tints of Royal Purple #8036AB

Color information

#8036AB (or 0x8036AB) is unknown color: approx Royal Purple. HEX triplet: 80, 36 and AB. RGB value is (128,54,171). Sum of RGB (Red+Green+Blue) = 128+54+171=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #8036AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8036AB is #7FC954. Grayscale: #595959. Windows color (decimal): -8374613 or 11220608. OLE color: 11220608.

HSL color Cylindrical-coordinate representation of color #8036AB: hue angle of 277.95º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8036AB is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12854171-
CMYK0.250.6800.33
HSL277.95º52%44.12%-
HSV(B)277.95º68.42%67.06%-
XYZ17.5710.1739.56-
YUV89.46174.02155.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 54 (21.48% from 255) = 15.30%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=36.26%
G=15.30%
B=48.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128541710.250.6800.33277.955244.12
Hex8036AB1944021116342c
Octal20066253311040414266454
Binary10000000110110101010111100110001000100001100010110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8036AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8036AB; }

 p { color: rgb(128,54,171); }

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

<style>
 a { background-color: #8036AB; }

 a { background-color: rgb(128,54,171); }

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

<style>
 span { border-color: #8036AB; }

 span { border-color: rgb(128,54,171); }

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