Html Css Color HEX #5E229E Royal Purple

📋 copy color: '#5E229E'

red 94 ◦ green 34 ◦ blue 158

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

Shades of Royal Purple #5E229E

Tints of Royal Purple #5E229E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.89%

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

R = 32.87%
G = 11.89%
B = 55.24%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E229E (or 0x5E229E) is known color: Royal Purple. HEX triplet: 5E, 22 and 9E. RGB value is (94,34,158). Sum of RGB (Red+Green+Blue) = 94+34+158=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E229E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E229E is #A1DD61. Grayscale: #414141. Windows color (decimal): -10607970 or 10363486. OLE color: 10363486.

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

Color convert

RGB 94 34 158 -
CMYK 0.41 0.78 0 0.38
HSL 269.03º 0.65% 0.38% -
HSV(B) 269.03º 0.78% 0.62% -
XYZ 11.36 5.99 32.91 -
YUV 66.08 179.88 147.92 -
System Red Green Blue C M Y K H S L
Decimal 94 34 158 0.41 0.78 0 0.38 269.03 0.65 0.38
Hex 5E 22 9E 29 4E 0 26 10D 41 26
Octal 136 42 236 51 116 0 46 415 101 46
Binary 1011110 100010 10011110 101001 1001110 0 100110 100001101 1000001 100110

Color Harmonies of #5E229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E229E

Black with #5E229E

Text Example


Text Example

White with #5E229E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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