#5E11C7

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

Shades of Purple Heart #5E11C7

Tints of Purple Heart #5E11C7

Color information

#5E11C7 (or 0x5E11C7) is unknown color: approx Purple Heart. HEX triplet: 5E, 11 and C7. RGB value is (94,17,199). Sum of RGB (Red+Green+Blue) = 94+17+199=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 199 (78.12% from 255 or 64.19% from 310); Max value from RGB is 199 - color contains mainly: blue. Hex color #5E11C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E11C7 is #A1EE38. Grayscale: #3C3C3C. Windows color (decimal): -10612281 or 13046110. OLE color: 13046110.

HSL color Cylindrical-coordinate representation of color #5E11C7: hue angle of 265.38º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E11C7 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9417199-
CMYK0.530.9100.22
HSL265.38º84.26%42.35%-
HSV(B)265.38º91.46%78.04%-
XYZ15.136.954.57-
YUV60.77206.01151.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.32%
GREEN value IS 17 (7.03% from 255) = 5.48%
BLUE value IS 199 (78.12% from 255) = 64.19%
R=30.32%
G=5.48%
B=64.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal94171990.530.9100.22265.3884.2642.35
Hex5E11C7355B016109542a
Octal136213076513302641112452
Binary1011110100011100011111010110110110101101000010011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E11C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,17,199); }

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

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

 a { background-color: rgb(94,17,199); }

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

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

 span { border-color: rgb(94,17,199); }

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