#6E14BF

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

Shades of Purple Heart #6E14BF

Tints of Purple Heart #6E14BF

Color information

#6E14BF (or 0x6E14BF) is unknown color: approx Purple Heart. HEX triplet: 6E, 14 and BF. RGB value is (110,20,191). Sum of RGB (Red+Green+Blue) = 110+20+191=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E14BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E14BF is #91EB40. Grayscale: #414141. Windows color (decimal): -9562945 or 12522606. OLE color: 12522606.

HSL color Cylindrical-coordinate representation of color #6E14BF: hue angle of 271.58º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E14BF is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11020191-
CMYK0.420.9000.25
HSL271.58º81.04%41.37%-
HSV(B)271.58º89.53%74.9%-
XYZ16.087.5849.9-
YUV66.4198.32159.1-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.27%
GREEN value IS 20 (8.20% from 255) = 6.23%
BLUE value IS 191 (75% from 255) = 59.50%
R=34.27%
G=6.23%
B=59.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110201910.420.9000.25271.5881.0441.37
Hex6E14BF2A5A0191105129
Octal156242775213203142012151
Binary1101110101001011111110101010110100110011000100001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E14BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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