#5B42AE

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

Shades of Royal Purple #5B42AE

Tints of Royal Purple #5B42AE

Color information

#5B42AE (or 0x5B42AE) is unknown color: approx Royal Purple. HEX triplet: 5B, 42 and AE. RGB value is (91,66,174). Sum of RGB (Red+Green+Blue) = 91+66+174=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B42AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B42AE is #A4BD51. Grayscale: #555555. Windows color (decimal): -10796370 or 11420251. OLE color: 11420251.

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

Color convert

RGB9166174-
CMYK0.480.6200.32
HSL253.89º45%47.06%-
HSV(B)253.89º62.07%68.24%-
XYZ13.99.1841.08-
YUV85.79177.78131.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.49%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=27.49%
G=19.94%
B=52.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91661740.480.6200.32253.894547.06
Hex5B42AE303E020fe2d2f
Octal13310225660760403765557
Binary1011011100001010101110110000111110010000011111110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B42AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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