#6E15C6

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

Shades of Purple Heart #6E15C6

Tints of Purple Heart #6E15C6

Color information

#6E15C6 (or 0x6E15C6) is unknown color: approx Purple Heart. HEX triplet: 6E, 15 and C6. RGB value is (110,21,198). Sum of RGB (Red+Green+Blue) = 110+21+198=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 198 (77.73% from 255 or 60.18% from 329); Max value from RGB is 198 - color contains mainly: blue. Hex color #6E15C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E15C6 is #91EA39. Grayscale: #434343. Windows color (decimal): -9562682 or 12981614. OLE color: 12981614.

HSL color Cylindrical-coordinate representation of color #6E15C6: hue angle of 270.17º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E15C6 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11021198-
CMYK0.440.8900.22
HSL270.17º80.82%42.94%-
HSV(B)270.17º89.39%77.65%-
XYZ16.897.9354.07-
YUV67.79201.49158.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.43%
GREEN value IS 21 (8.59% from 255) = 6.38%
BLUE value IS 198 (77.73% from 255) = 60.18%
R=33.43%
G=6.38%
B=60.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal110211980.440.8900.22270.1780.8242.94
Hex6E15C62C5901610e512b
Octal156253065413102641612153
Binary1101110101011100011010110010110010101101000011101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E15C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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