Html Css Color HEX #5E229F Royal Purple

📋 copy color: '#5E229F'

red 94 ◦ green 34 ◦ blue 159

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

Shades of Royal Purple #5E229F

Tints of Royal Purple #5E229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.4%

R = 32.75%
G = 11.85%
B = 55.4%

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

#5E229F (or 0x5E229F) is known color: Royal Purple. HEX triplet: 5E, 22 and 9F. RGB value is (94,34,159). Sum of RGB (Red+Green+Blue) = 94+34+159=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E229F is #A1DD60. Grayscale: #414141. Windows color (decimal): -10607969 or 10429022. OLE color: 10429022.

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

Color convert

RGB 94 34 159 -
CMYK 0.41 0.79 0 0.38
HSL 268.8º 0.65% 0.38% -
HSV(B) 268.8º 0.79% 0.62% -
XYZ 11.45 6.03 33.36 -
YUV 66.19 180.38 147.84 -
System Red Green Blue C M Y K H S L
Decimal 94 34 159 0.41 0.79 0 0.38 268.8 0.65 0.38
Hex 5E 22 9F 29 4F 0 26 10D 41 26
Octal 136 42 237 51 117 0 46 415 101 46
Binary 1011110 100010 10011111 101001 1001111 0 100110 100001101 1000001 100110

Color Harmonies of #5E229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E229F

Black with #5E229F

Text Example


Text Example

White with #5E229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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