#5E12AA

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

Shades of Purple Heart #5E12AA

Tints of Purple Heart #5E12AA

Color information

#5E12AA (or 0x5E12AA) is unknown color: approx Purple Heart. HEX triplet: 5E, 12 and AA. RGB value is (94,18,170). Sum of RGB (Red+Green+Blue) = 94+18+170=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E12AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E12AA is #A1ED55. Grayscale: #393939. Windows color (decimal): -10612054 or 11145822. OLE color: 11145822.

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

Color convert

RGB9418170-
CMYK0.450.8900.33
HSL270º80.85%36.86%-
HSV(B)270º89.41%66.67%-
XYZ12.095.7138.5-
YUV58.05191.18153.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.33%
GREEN value IS 18 (7.42% from 255) = 6.38%
BLUE value IS 170 (66.80% from 255) = 60.28%
R=33.33%
G=6.38%
B=60.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94181700.450.8900.3327080.8536.86
Hex5E12AA2D5902110e5125
Octal136222525513104141612145
Binary10111101001010101010101101101100101000011000011101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E12AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,18,170); }

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

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

 a { background-color: rgb(94,18,170); }

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

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

 span { border-color: rgb(94,18,170); }

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