#6E14BB

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

Shades of Purple Heart #6E14BB

Tints of Purple Heart #6E14BB

Color information

#6E14BB (or 0x6E14BB) is unknown color: approx Purple Heart. HEX triplet: 6E, 14 and BB. RGB value is (110,20,187). Sum of RGB (Red+Green+Blue) = 110+20+187=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E14BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E14BB is #91EB44. Grayscale: #414141. Windows color (decimal): -9562949 or 12260462. OLE color: 12260462.

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

Color convert

RGB11020187-
CMYK0.410.8900.27
HSL272.34º80.68%40.59%-
HSV(B)272.34º89.3%73.33%-
XYZ15.657.447.62-
YUV65.95196.32159.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.70%
GREEN value IS 20 (8.20% from 255) = 6.31%
BLUE value IS 187 (73.44% from 255) = 58.99%
R=34.70%
G=6.31%
B=58.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110201870.410.8900.27272.3480.6840.59
Hex6E14BB295901B1105129
Octal156242735113103342012151
Binary1101110101001011101110100110110010110111000100001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E14BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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