#5D39A9

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

Shades of Royal Purple #5D39A9

Tints of Royal Purple #5D39A9

Color information

#5D39A9 (or 0x5D39A9) is unknown color: approx Royal Purple. HEX triplet: 5D, 39 and A9. RGB value is (93,57,169). Sum of RGB (Red+Green+Blue) = 93+57+169=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #5D39A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D39A9 is #A2C656. Grayscale: #505050. Windows color (decimal): -10667607 or 11090269. OLE color: 11090269.

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

Color convert

RGB9357169-
CMYK0.450.6600.34
HSL259.29º49.56%44.31%-
HSV(B)259.29º66.27%66.27%-
XYZ13.148.1238.41-
YUV80.53177.93136.89-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.15%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 169 (66.41% from 255) = 52.98%
R=29.15%
G=17.87%
B=52.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal93571690.450.6600.34259.2949.5644.31
Hex5D39A92D42022103322c
Octal13571251551020424036254
Binary10111011110011010100110110110000100100010100000011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D39A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,57,169); }

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

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

 a { background-color: rgb(93,57,169); }

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

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

 span { border-color: rgb(93,57,169); }

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