#5840AB

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

Shades of Royal Purple #5840AB

Tints of Royal Purple #5840AB

Color information

#5840AB (or 0x5840AB) is unknown color: approx Royal Purple. HEX triplet: 58, 40 and AB. RGB value is (88,64,171). Sum of RGB (Red+Green+Blue) = 88+64+171=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #5840AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5840AB is #A7BF54. Grayscale: #525252. Windows color (decimal): -10993493 or 11223128. OLE color: 11223128.

HSL color Cylindrical-coordinate representation of color #5840AB: hue angle of 253.46º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5840AB is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8864171-
CMYK0.490.6300.33
HSL253.46º45.53%46.08%-
HSV(B)253.46º62.57%67.06%-
XYZ13.218.6839.51-
YUV83.37177.45131.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.24%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 171 (67.19% from 255) = 52.94%
R=27.24%
G=19.81%
B=52.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88641710.490.6300.33253.4645.5346.08
Hex5840AB313F021fd2e2e
Octal13010025361770413755656
Binary1011000100000010101011110001111111010000111111101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5840AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,64,171); }

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

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

 a { background-color: rgb(88,64,171); }

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

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

 span { border-color: rgb(88,64,171); }

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