Html Css Color HEX #5E299E Royal Purple

📋 copy color: '#5E299E'

red 94 ◦ green 41 ◦ blue 158

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

Shades of Royal Purple #5E299E

Tints of Royal Purple #5E299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.99%

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

R = 32.08%
G = 13.99%
B = 53.92%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E299E (or 0x5E299E) is known color: Royal Purple. HEX triplet: 5E, 29 and 9E. RGB value is (94,41,158). Sum of RGB (Red+Green+Blue) = 94+41+158=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E299E is #A1D661. Grayscale: #454545. Windows color (decimal): -10606178 or 10365278. OLE color: 10365278.

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

Color convert

RGB 94 41 158 -
CMYK 0.41 0.74 0 0.38
HSL 267.18º 0.59% 0.39% -
HSV(B) 267.18º 0.74% 0.62% -
XYZ 11.58 6.43 32.98 -
YUV 70.19 177.56 144.99 -
System Red Green Blue C M Y K H S L
Decimal 94 41 158 0.41 0.74 0 0.38 267.18 0.59 0.39
Hex 5E 29 9E 29 4A 0 26 10B 3B 27
Octal 136 51 236 51 112 0 46 413 73 47
Binary 1011110 101001 10011110 101001 1001010 0 100110 100001011 111011 100111

Color Harmonies of #5E299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E299E

Black with #5E299E

Text Example


Text Example

White with #5E299E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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