Html Css Color HEX #5E219E Royal Purple

📋 copy color: '#5E219E'

red 94 ◦ green 33 ◦ blue 158

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

Shades of Royal Purple #5E219E

Tints of Royal Purple #5E219E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.58%

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

R = 32.98%
G = 11.58%
B = 55.44%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E219E (or 0x5E219E) is known color: Royal Purple. HEX triplet: 5E, 21 and 9E. RGB value is (94,33,158). Sum of RGB (Red+Green+Blue) = 94+33+158=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E219E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E219E is #A1DE61. Grayscale: #414141. Windows color (decimal): -10608226 or 10363230. OLE color: 10363230.

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

Color convert

RGB 94 33 158 -
CMYK 0.41 0.79 0 0.38
HSL 269.28º 0.65% 0.37% -
HSV(B) 269.28º 0.79% 0.62% -
XYZ 11.33 5.94 32.9 -
YUV 65.49 180.21 148.34 -
System Red Green Blue C M Y K H S L
Decimal 94 33 158 0.41 0.79 0 0.38 269.28 0.65 0.37
Hex 5E 21 9E 29 4F 0 26 10D 41 25
Octal 136 41 236 51 117 0 46 415 101 45
Binary 1011110 100001 10011110 101001 1001111 0 100110 100001101 1000001 100101

Color Harmonies of #5E219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E219E

Black with #5E219E

Text Example


Text Example

White with #5E219E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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