Html Css Color HEX #5E209C Royal Purple

📋 copy color: '#5E209C'

red 94 ◦ green 32 ◦ blue 156

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

Shades of Royal Purple #5E209C

Tints of Royal Purple #5E209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

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

R = 33.33%
G = 11.35%
B = 55.32%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E209C (or 0x5E209C) is known color: Royal Purple. HEX triplet: 5E, 20 and 9C. RGB value is (94,32,156). Sum of RGB (Red+Green+Blue) = 94+32+156=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E209C is #A1DF63. Grayscale: #404040. Windows color (decimal): -10608484 or 10231902. OLE color: 10231902.

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

Color convert

RGB 94 32 156 -
CMYK 0.40 0.79 0 0.39
HSL 270º 0.66% 0.37% -
HSV(B) 270º 0.79% 0.61% -
XYZ 11.13 5.81 31.99 -
YUV 64.67 179.54 148.92 -
System Red Green Blue C M Y K H S L
Decimal 94 32 156 0.40 0.79 0 0.39 270 0.66 0.37
Hex 5E 20 9C 28 4F 0 27 10E 42 25
Octal 136 40 234 50 117 0 47 416 102 45
Binary 1011110 100000 10011100 101000 1001111 0 100111 100001110 1000010 100101

Color Harmonies of #5E209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E209C

Black with #5E209C

Text Example


Text Example

White with #5E209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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