Html Css Color HEX #5E229C Royal Purple

📋 copy color: '#5E229C'

red 94 ◦ green 34 ◦ blue 156

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

Shades of Royal Purple #5E229C

Tints of Royal Purple #5E229C

RGB

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

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

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

R = 33.1%
G = 11.97%
B = 54.93%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E229C (or 0x5E229C) is known color: Royal Purple. HEX triplet: 5E, 22 and 9C. RGB value is (94,34,156). Sum of RGB (Red+Green+Blue) = 94+34+156=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E229C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E229C is #A1DD63. Grayscale: #414141. Windows color (decimal): -10607972 or 10232414. OLE color: 10232414.

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

Color convert

RGB 94 34 156 -
CMYK 0.40 0.78 0 0.39
HSL 269.51º 0.64% 0.37% -
HSV(B) 269.51º 0.78% 0.61% -
XYZ 11.19 5.92 32.01 -
YUV 65.85 178.88 148.08 -
System Red Green Blue C M Y K H S L
Decimal 94 34 156 0.40 0.78 0 0.39 269.51 0.64 0.37
Hex 5E 22 9C 28 4E 0 27 10E 40 25
Octal 136 42 234 50 116 0 47 416 100 45
Binary 1011110 100010 10011100 101000 1001110 0 100111 100001110 1000000 100101

Color Harmonies of #5E229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E229C

Black with #5E229C

Text Example


Text Example

White with #5E229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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