#5E27AC

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

Shades of Purple Heart #5E27AC

Tints of Purple Heart #5E27AC

Color information

#5E27AC (or 0x5E27AC) is unknown color: approx Purple Heart. HEX triplet: 5E, 27 and AC. RGB value is (94,39,172). Sum of RGB (Red+Green+Blue) = 94+39+172=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E27AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E27AC is #A1D853. Grayscale: #464646. Windows color (decimal): -10606676 or 11282270. OLE color: 11282270.

HSL color Cylindrical-coordinate representation of color #5E27AC: hue angle of 264.81º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E27AC is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9439172-
CMYK0.450.7700.33
HSL264.81º63.03%41.37%-
HSV(B)264.81º77.33%67.45%-
XYZ12.796.8139.67-
YUV70.61185.22144.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.82%
GREEN value IS 39 (15.62% from 255) = 12.79%
BLUE value IS 172 (67.58% from 255) = 56.39%
R=30.82%
G=12.79%
B=56.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94391720.450.7700.33264.8163.0341.37
Hex5E27AC2D4D0211093f29
Octal13647254551150414117751
Binary10111101001111010110010110110011010100001100001001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E27AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,39,172); }

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

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

 a { background-color: rgb(94,39,172); }

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

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

 span { border-color: rgb(94,39,172); }

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