#5B42AB

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

Shades of Royal Purple #5B42AB

Tints of Royal Purple #5B42AB

Color information

#5B42AB (or 0x5B42AB) is unknown color: approx Royal Purple. HEX triplet: 5B, 42 and AB. RGB value is (91,66,171). Sum of RGB (Red+Green+Blue) = 91+66+171=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B42AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B42AB is #A4BD54. Grayscale: #555555. Windows color (decimal): -10796373 or 11223643. OLE color: 11223643.

HSL color Cylindrical-coordinate representation of color #5B42AB: hue angle of 254.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B42AB is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9166171-
CMYK0.470.6100.33
HSL254.29º44.3%46.47%-
HSV(B)254.29º61.4%67.06%-
XYZ13.619.0639.56-
YUV85.44176.28131.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.74%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=27.74%
G=20.12%
B=52.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91661710.470.6100.33254.2944.346.47
Hex5B42AB2F3D021fe2c2e
Octal13310225357750413765456
Binary1011011100001010101011101111111101010000111111110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B42AB; }

 p { color: rgb(91,66,171); }

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

<style>
 a { background-color: #5B42AB; }

 a { background-color: rgb(91,66,171); }

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

<style>
 span { border-color: #5B42AB; }

 span { border-color: rgb(91,66,171); }

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