#5E239C

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

Shades of Royal Purple #5E239C

Tints of Royal Purple #5E239C

Color information

#5E239C (or 0x5E239C) is unknown color: approx Royal Purple. HEX triplet: 5E, 23 and 9C. RGB value is (94,35,156). Sum of RGB (Red+Green+Blue) = 94+35+156=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E239C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E239C is #A1DC63. Grayscale: #424242. Windows color (decimal): -10607716 or 10232670. OLE color: 10232670.

HSL color Cylindrical-coordinate representation of color #5E239C: hue angle of 269.26º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E239C is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9435156-
CMYK0.400.7800.39
HSL269.26º63.35%37.45%-
HSV(B)269.26º77.56%61.18%-
XYZ11.225.9832.02-
YUV66.44178.55147.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.98%
GREEN value IS 35 (14.06% from 255) = 12.28%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=32.98%
G=12.28%
B=54.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94351560.400.7800.39269.2663.3537.45
Hex5E239C284E02710d3f25
Octal13643234501160474157745
Binary10111101000111001110010100010011100100111100001101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E239C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,35,156); }

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

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

 a { background-color: rgb(94,35,156); }

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

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

 span { border-color: rgb(94,35,156); }

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