#6E15C8

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

Shades of Purple Heart #6E15C8

Tints of Purple Heart #6E15C8

Color information

#6E15C8 (or 0x6E15C8) is unknown color: approx Purple Heart. HEX triplet: 6E, 15 and C8. RGB value is (110,21,200). Sum of RGB (Red+Green+Blue) = 110+21+200=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 200 (78.52% from 255 or 60.42% from 331); Max value from RGB is 200 - color contains mainly: blue. Hex color #6E15C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E15C8 is #91EA37. Grayscale: #434343. Windows color (decimal): -9562680 or 13112686. OLE color: 13112686.

HSL color Cylindrical-coordinate representation of color #6E15C8: hue angle of 269.83º 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 #6E15C8 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11021200-
CMYK0.450.9000.22
HSL269.83º81%43.33%-
HSV(B)269.83º89.5%78.43%-
XYZ17.128.0255.29-
YUV68.02202.49157.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.23%
GREEN value IS 21 (8.59% from 255) = 6.34%
BLUE value IS 200 (78.52% from 255) = 60.42%
R=33.23%
G=6.34%
B=60.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal110212000.450.9000.22269.838143.33
Hex6E15C82D5A01610e512b
Octal156253105513202641612153
Binary1101110101011100100010110110110100101101000011101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E15C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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