#6e14bc

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

Shades of Purple Heart #6E14BC

Tints of Purple Heart #6E14BC

Color information

#6E14BC (or 0x6E14BC) is unknown color: approx Purple Heart. HEX triplet: 6E, 14 and BC. RGB value is (110,20,188). Sum of RGB (Red+Green+Blue) = 110+20+188=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E14BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E14BC is #91EB43. Grayscale: #414141. Windows color (decimal): -9562948 or 12325998. OLE color: 12325998.

HSL color Cylindrical-coordinate representation of color #6E14BC: hue angle of 272.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E14BC is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11020188-
CMYK0.410.8900.26
HSL272.14º80.77%40.78%-
HSV(B)272.14º89.36%73.73%-
XYZ15.767.4548.18-
YUV66.06196.82159.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.59%
GREEN value IS 20 (8.20% from 255) = 6.29%
BLUE value IS 188 (73.83% from 255) = 59.12%
R=34.59%
G=6.29%
B=59.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110201880.410.8900.26272.1480.7740.78
Hex6E14BC295901A1105129
Octal156242745113103242012151
Binary1101110101001011110010100110110010110101000100001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e14bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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