#5D2BA8

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

Shades of Royal Purple #5D2BA8

Tints of Royal Purple #5D2BA8

Color information

#5D2BA8 (or 0x5D2BA8) is unknown color: approx Royal Purple. HEX triplet: 5D, 2B and A8. RGB value is (93,43,168). Sum of RGB (Red+Green+Blue) = 93+43+168=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 168 (66.02% from 255 or 55.26% from 304); Max value from RGB is 168 - color contains mainly: blue. Hex color #5D2BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2BA8 is #A2D457. Grayscale: #474747. Windows color (decimal): -10671192 or 11021149. OLE color: 11021149.

HSL color Cylindrical-coordinate representation of color #5D2BA8: hue angle of 264º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D2BA8 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9343168-
CMYK0.450.7400.34
HSL264º59.24%41.37%-
HSV(B)264º74.4%65.88%-
XYZ12.456.8837.72-
YUV72.2182.06142.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.59%
GREEN value IS 43 (17.19% from 255) = 14.14%
BLUE value IS 168 (66.02% from 255) = 55.26%
R=30.59%
G=14.14%
B=55.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal93431680.450.7400.3426459.2441.37
Hex5D2BA82D4A0221083b29
Octal13553250551120424107351
Binary10111011010111010100010110110010100100010100001000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,43,168); }

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

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

 a { background-color: rgb(93,43,168); }

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

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

 span { border-color: rgb(93,43,168); }

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