#5B42AC

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

Shades of Royal Purple #5B42AC

Tints of Royal Purple #5B42AC

Color information

#5B42AC (or 0x5B42AC) is unknown color: approx Royal Purple. HEX triplet: 5B, 42 and AC. RGB value is (91,66,172). Sum of RGB (Red+Green+Blue) = 91+66+172=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B42AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B42AC is #A4BD53. Grayscale: #555555. Windows color (decimal): -10796372 or 11289179. OLE color: 11289179.

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

Color convert

RGB9166172-
CMYK0.470.6200.33
HSL254.15º44.54%46.67%-
HSV(B)254.15º61.63%67.45%-
XYZ13.719.140.06-
YUV85.56176.78131.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.66%
GREEN value IS 66 (26.17% from 255) = 20.06%
BLUE value IS 172 (67.58% from 255) = 52.28%
R=27.66%
G=20.06%
B=52.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91661720.470.6200.33254.1544.5446.67
Hex5B42AC2F3E021fe2d2f
Octal13310225457760413765557
Binary1011011100001010101100101111111110010000111111110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B42AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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