Html Css Color HEX #5E209E Royal Purple

📋 copy color: '#5E209E'

red 94 ◦ green 32 ◦ blue 158

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

Shades of Royal Purple #5E209E

Tints of Royal Purple #5E209E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.63%

R = 33.1%
G = 11.27%
B = 55.63%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E209E (or 0x5E209E) is known color: Royal Purple. HEX triplet: 5E, 20 and 9E. RGB value is (94,32,158). Sum of RGB (Red+Green+Blue) = 94+32+158=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E209E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E209E is #A1DF61. Grayscale: #404040. Windows color (decimal): -10608482 or 10362974. OLE color: 10362974.

HSL color Cylindrical-coordinate representation of color #5E209E: hue angle of 269.52º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E209E is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 32 158 -
CMYK 0.41 0.80 0 0.38
HSL 269.52º 0.66% 0.37% -
HSV(B) 269.52º 0.8% 0.62% -
XYZ 11.3 5.88 32.89 -
YUV 64.9 180.54 148.75 -
System Red Green Blue C M Y K H S L
Decimal 94 32 158 0.41 0.80 0 0.38 269.52 0.66 0.37
Hex 5E 20 9E 29 50 0 26 10E 42 25
Octal 136 40 236 51 120 0 46 416 102 45
Binary 1011110 100000 10011110 101001 1010000 0 100110 100001110 1000010 100101

Color Harmonies of #5E209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E209E

Black with #5E209E

Text Example


Text Example

White with #5E209E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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