#5E15A3

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

Shades of Purple Heart #5E15A3

Tints of Purple Heart #5E15A3

Color information

#5E15A3 (or 0x5E15A3) is unknown color: approx Purple Heart. HEX triplet: 5E, 15 and A3. RGB value is (94,21,163). Sum of RGB (Red+Green+Blue) = 94+21+163=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 163 (64.06% from 255 or 58.63% from 278); Max value from RGB is 163 - color contains mainly: blue. Hex color #5E15A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E15A3 is #A1EA5C. Grayscale: #3A3A3A. Windows color (decimal): -10611293 or 10687838. OLE color: 10687838.

HSL color Cylindrical-coordinate representation of color #5E15A3: hue angle of 270.85º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E15A3 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9421163-
CMYK0.420.8700.36
HSL270.85º77.17%36.08%-
HSV(B)270.85º87.12%63.92%-
XYZ11.55.5635.12-
YUV59.02186.68152.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.81%
GREEN value IS 21 (8.59% from 255) = 7.55%
BLUE value IS 163 (64.06% from 255) = 58.63%
R=33.81%
G=7.55%
B=58.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94211630.420.8700.36270.8577.1736.08
Hex5E15A32A5702410f4d24
Octal136252435212704441711544
Binary10111101010110100011101010101011101001001000011111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E15A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,21,163); }

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

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

 a { background-color: rgb(94,21,163); }

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

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

 span { border-color: rgb(94,21,163); }

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