#5E1EBA

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

Shades of Purple Heart #5E1EBA

Tints of Purple Heart #5E1EBA

Color information

#5E1EBA (or 0x5E1EBA) is unknown color: approx Purple Heart. HEX triplet: 5E, 1E and BA. RGB value is (94,30,186). Sum of RGB (Red+Green+Blue) = 94+30+186=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E1EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1EBA is #A1E145. Grayscale: #424242. Windows color (decimal): -10608966 or 12197470. OLE color: 12197470.

HSL color Cylindrical-coordinate representation of color #5E1EBA: hue angle of 264.62º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E1EBA is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9430186-
CMYK0.490.8400.27
HSL264.62º72.22%42.35%-
HSV(B)264.62º83.87%72.94%-
XYZ13.946.8547.04-
YUV66.92195.2147.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.32%
GREEN value IS 30 (12.11% from 255) = 9.68%
BLUE value IS 186 (73.05% from 255) = 60%
R=30.32%
G=9.68%
B=60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94301860.490.8400.27264.6272.2242.35
Hex5E1EBA315401B109482a
Octal136362726112403341111052
Binary1011110111101011101011000110101000110111000010011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,30,186); }

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

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

 a { background-color: rgb(94,30,186); }

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

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

 span { border-color: rgb(94,30,186); }

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