#5D39AE

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

Shades of Royal Purple #5D39AE

Tints of Royal Purple #5D39AE

Color information

#5D39AE (or 0x5D39AE) is unknown color: approx Royal Purple. HEX triplet: 5D, 39 and AE. RGB value is (93,57,174). Sum of RGB (Red+Green+Blue) = 93+57+174=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D39AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D39AE is #A2C651. Grayscale: #505050. Windows color (decimal): -10667602 or 11417949. OLE color: 11417949.

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

Color convert

RGB9357174-
CMYK0.470.6700.32
HSL258.46º50.65%45.29%-
HSV(B)258.46º67.24%68.24%-
XYZ13.628.3140.93-
YUV81.1180.43136.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.70%
GREEN value IS 57 (22.66% from 255) = 17.59%
BLUE value IS 174 (68.36% from 255) = 53.70%
R=28.70%
G=17.59%
B=53.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93571740.470.6700.32258.4650.6545.29
Hex5D39AE2F43020102332d
Octal13571256571030404026355
Binary10111011110011010111010111110000110100000100000010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D39AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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