#5E0EB2

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

Shades of Purple Heart #5E0EB2

Tints of Purple Heart #5E0EB2

Color information

#5E0EB2 (or 0x5E0EB2) is unknown color: approx Purple Heart. HEX triplet: 5E, 0E and B2. RGB value is (94,14,178). Sum of RGB (Red+Green+Blue) = 94+14+178=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 178 (69.92% from 255 or 62.24% from 286); Max value from RGB is 178 - color contains mainly: blue. Hex color #5E0EB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0EB2 is #A1F14D. Grayscale: #383838. Windows color (decimal): -10613070 or 11669086. OLE color: 11669086.

HSL color Cylindrical-coordinate representation of color #5E0EB2: hue angle of 269.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E0EB2 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9414178-
CMYK0.470.9200.30
HSL269.27º85.42%37.65%-
HSV(B)269.27º92.13%69.8%-
XYZ12.815.9142.58-
YUV56.62196.5154.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.87%
GREEN value IS 14 (5.86% from 255) = 4.90%
BLUE value IS 178 (69.92% from 255) = 62.24%
R=32.87%
G=4.90%
B=62.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal94141780.470.9200.30269.2785.4237.65
Hex5EEB22F5C01E10d5526
Octal136162625713403641512546
Binary101111011101011001010111110111000111101000011011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,14,178); }

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

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

 a { background-color: rgb(94,14,178); }

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

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

 span { border-color: rgb(94,14,178); }

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