#5E199E

Color #5E199E Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #5E199E

Tints of Royal Purple #5E199E

Color information

#5E199E (or 0x5E199E) is unknown color: approx Royal Purple. HEX triplet: 5E, 19 and 9E. RGB value is (94,25,158). Sum of RGB (Red+Green+Blue) = 94+25+158=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E199E is #A1E661. Grayscale: #3C3C3C. Windows color (decimal): -10610274 or 10361182. OLE color: 10361182.

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

Color convert

RGB9425158-
CMYK0.410.8400.38
HSL271.13º72.68%35.88%-
HSV(B)271.13º84.18%61.96%-
XYZ11.145.5432.83-
YUV60.79182.86151.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.94%
GREEN value IS 25 (10.16% from 255) = 9.03%
BLUE value IS 158 (62.11% from 255) = 57.04%
R=33.94%
G=9.03%
B=57.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94251580.410.8400.38271.1372.6835.88
Hex5E199E295402610f4924
Octal136312365112404641711144
Binary10111101100110011110101001101010001001101000011111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E199E;
 }
 .AnyTagClassName
 {
   color: #5E199E;
 }
</style>
background-color css

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

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

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

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

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

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