#6E15AA

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

Shades of Purple Heart #6E15AA

Tints of Purple Heart #6E15AA

Color information

#6E15AA (or 0x6E15AA) is unknown color: approx Purple Heart. HEX triplet: 6E, 15 and AA. RGB value is (110,21,170). Sum of RGB (Red+Green+Blue) = 110+21+170=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E15AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E15AA is #91EA55. Grayscale: #404040. Windows color (decimal): -9562710 or 11146606. OLE color: 11146606.

HSL color Cylindrical-coordinate representation of color #6E15AA: hue angle of 275.84º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E15AA is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11021170-
CMYK0.350.8800.33
HSL275.84º78.01%37.45%-
HSV(B)275.84º87.65%66.67%-
XYZ13.956.7538.6-
YUV64.6187.49160.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.54%
GREEN value IS 21 (8.59% from 255) = 6.98%
BLUE value IS 170 (66.80% from 255) = 56.48%
R=36.54%
G=6.98%
B=56.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110211700.350.8800.33275.8478.0137.45
Hex6E15AA23580211144e25
Octal156252524313004142411645
Binary11011101010110101010100011101100001000011000101001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E15AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E15AA; }

 p { color: rgb(110,21,170); }

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

<style>
 a { background-color: #6E15AA; }

 a { background-color: rgb(110,21,170); }

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

<style>
 span { border-color: #6E15AA; }

 span { border-color: rgb(110,21,170); }

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