Html Css Color HEX #5E229D Royal Purple

📋 copy color: '#5E229D'

red 94 ◦ green 34 ◦ blue 157

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

Shades of Royal Purple #5E229D

Tints of Royal Purple #5E229D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.09%

R = 32.98%
G = 11.93%
B = 55.09%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E229D (or 0x5E229D) is known color: Royal Purple. HEX triplet: 5E, 22 and 9D. RGB value is (94,34,157). Sum of RGB (Red+Green+Blue) = 94+34+157=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E229D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E229D is #A1DD62. Grayscale: #414141. Windows color (decimal): -10607971 or 10297950. OLE color: 10297950.

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

Color convert

RGB 94 34 157 -
CMYK 0.40 0.78 0 0.38
HSL 269.27º 0.64% 0.37% -
HSV(B) 269.27º 0.78% 0.62% -
XYZ 11.27 5.96 32.45 -
YUV 65.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 94 34 157 0.40 0.78 0 0.38 269.27 0.64 0.37
Hex 5E 22 9D 28 4E 0 26 10D 40 25
Octal 136 42 235 50 116 0 46 415 100 45
Binary 1011110 100010 10011101 101000 1001110 0 100110 100001101 1000000 100101

Color Harmonies of #5E229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E229D

Black with #5E229D

Text Example


Text Example

White with #5E229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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