#5E37BA

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

Shades of Purple Heart #5E37BA

Tints of Purple Heart #5E37BA

Color information

#5E37BA (or 0x5E37BA) is unknown color: approx Purple Heart. HEX triplet: 5E, 37 and BA. RGB value is (94,55,186). Sum of RGB (Red+Green+Blue) = 94+55+186=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E37BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E37BA is #A1C845. Grayscale: #515151. Windows color (decimal): -10602566 or 12203870. OLE color: 12203870.

HSL color Cylindrical-coordinate representation of color #5E37BA: hue angle of 257.86º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E37BA is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9455186-
CMYK0.490.7000.27
HSL257.86º54.36%47.25%-
HSV(B)257.86º70.43%72.94%-
XYZ14.858.6647.34-
YUV81.6186.92136.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.06%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=28.06%
G=16.42%
B=55.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal94551860.490.7000.27257.8654.3647.25
Hex5E37BA314601B102362f
Octal13667272611060334026657
Binary1011110110111101110101100011000110011011100000010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E37BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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