#6E14D8

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

Shades of Purple Heart #6E14D8

Tints of Purple Heart #6E14D8

Color information

#6E14D8 (or 0x6E14D8) is unknown color: approx Purple Heart. HEX triplet: 6E, 14 and D8. RGB value is (110,20,216). Sum of RGB (Red+Green+Blue) = 110+20+216=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 216 (84.77% from 255 or 62.43% from 346); Max value from RGB is 216 - color contains mainly: blue. Hex color #6E14D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E14D8 is #91EB27. Grayscale: #444444. Windows color (decimal): -9562920 or 14161006. OLE color: 14161006.

HSL color Cylindrical-coordinate representation of color #6E14D8: hue angle of 267.55º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E14D8 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11020216-
CMYK0.490.9100.15
HSL267.55º83.05%46.27%-
HSV(B)267.55º90.74%84.71%-
XYZ19.088.7765.65-
YUV69.25210.82157.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.79%
GREEN value IS 20 (8.20% from 255) = 5.78%
BLUE value IS 216 (84.77% from 255) = 62.43%
R=31.79%
G=5.78%
B=62.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal110202160.490.9100.15267.5583.0546.27
Hex6E14D8315B0F10c532e
Octal156243306113301741412356
Binary110111010100110110001100011011011011111000011001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E14D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,20,216); }

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

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

 a { background-color: rgb(110,20,216); }

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

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

 span { border-color: rgb(110,20,216); }

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