Html Css Color HEX #5E239C Royal Purple

📋 copy color: '#5E239C'

red 94 ◦ green 35 ◦ blue 156

#5E239C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #5E239C

Tints of Royal Purple #5E239C

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 value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E239C (or 0x5E239C) is known color: 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

RGB 94 35 156 -
CMYK 0.40 0.78 0 0.39
HSL 269.26º 0.63% 0.37% -
HSV(B) 269.26º 0.78% 0.61% -
XYZ 11.22 5.98 32.02 -
YUV 66.44 178.55 147.66 -
System Red Green Blue C M Y K H S L
Decimal 94 35 156 0.40 0.78 0 0.39 269.26 0.63 0.37
Hex 5E 23 9C 28 4E 0 27 10D 3F 25
Octal 136 43 234 50 116 0 47 415 77 45
Binary 1011110 100011 10011100 101000 1001110 0 100111 100001101 111111 100101

Color Harmonies of #5E239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E239C

Black with #5E239C

Text Example


Text Example

White with #5E239C

Text Example


Text Example

HTML Codes & Css Web 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>