#5b42ad

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

Shades of Royal Purple #5B42AD

Tints of Royal Purple #5B42AD

Color information

#5B42AD (or 0x5B42AD) is unknown color: approx Royal Purple. HEX triplet: 5B, 42 and AD. RGB value is (91,66,173). Sum of RGB (Red+Green+Blue) = 91+66+173=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B42AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B42AD is #A4BD52. Grayscale: #555555. Windows color (decimal): -10796371 or 11354715. OLE color: 11354715.

HSL color Cylindrical-coordinate representation of color #5B42AD: hue angle of 254.02º 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 #5B42AD is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9166173-
CMYK0.470.6200.32
HSL254.02º44.77%46.86%-
HSV(B)254.02º61.85%67.84%-
XYZ13.819.1440.57-
YUV85.67177.28131.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.58%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=27.58%
G=20%
B=52.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91661730.470.6200.32254.0244.7746.86
Hex5B42AD2F3E020fe2d2f
Octal13310225557760403765557
Binary1011011100001010101101101111111110010000011111110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b42ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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