#6E15AC

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

Shades of Purple Heart #6E15AC

Tints of Purple Heart #6E15AC

Color information

#6E15AC (or 0x6E15AC) is unknown color: approx Purple Heart. HEX triplet: 6E, 15 and AC. RGB value is (110,21,172). Sum of RGB (Red+Green+Blue) = 110+21+172=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E15AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E15AC is #91EA53. Grayscale: #404040. Windows color (decimal): -9562708 or 11277678. OLE color: 11277678.

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

Color convert

RGB11021172-
CMYK0.360.8800.33
HSL275.36º78.24%37.84%-
HSV(B)275.36º87.79%67.45%-
XYZ14.146.8339.6-
YUV64.82188.49160.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.30%
GREEN value IS 21 (8.59% from 255) = 6.93%
BLUE value IS 172 (67.58% from 255) = 56.77%
R=36.30%
G=6.93%
B=56.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110211720.360.8800.33275.3678.2437.84
Hex6E15AC24580211134e26
Octal156252544413004142311646
Binary11011101010110101100100100101100001000011000100111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E15AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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