Html Css Color HEX #5E249C Royal Purple

📋 copy color: '#5E249C'

red 94 ◦ green 36 ◦ blue 156

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

Shades of Royal Purple #5E249C

Tints of Royal Purple #5E249C

RGB

 RED value IS 94 (37.11% from 255) = 32.87%

 GREEN value IS 36 (14.45% from 255) = 12.59%

 BLUE value IS 156 (61.33% from 255) = 54.55%

R = 32.87%
G = 12.59%
B = 54.55%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E249C (or 0x5E249C) is known color: Royal Purple. HEX triplet: 5E, 24 and 9C. RGB value is (94,36,156). Sum of RGB (Red+Green+Blue) = 94+36+156=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E249C is #A1DB63. Grayscale: #424242. Windows color (decimal): -10607460 or 10232926. OLE color: 10232926.

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

Color convert

RGB 94 36 156 -
CMYK 0.40 0.77 0 0.39
HSL 269º 0.63% 0.38% -
HSV(B) 269º 0.77% 0.61% -
XYZ 11.25 6.04 32.03 -
YUV 67.02 178.22 147.24 -
System Red Green Blue C M Y K H S L
Decimal 94 36 156 0.40 0.77 0 0.39 269 0.63 0.38
Hex 5E 24 9C 28 4D 0 27 10D 3E 26
Octal 136 44 234 50 115 0 47 415 76 46
Binary 1011110 100100 10011100 101000 1001101 0 100111 100001101 111110 100110

Color Harmonies of #5E249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E249C

Black with #5E249C

Text Example


Text Example

White with #5E249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E249C;
 }
 .AnyTagClassName
 {
   color: #5E249C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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