#6E16BF

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

Shades of Purple Heart #6E16BF

Tints of Purple Heart #6E16BF

Color information

#6E16BF (or 0x6E16BF) is unknown color: approx Purple Heart. HEX triplet: 6E, 16 and BF. RGB value is (110,22,191). Sum of RGB (Red+Green+Blue) = 110+22+191=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E16BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E16BF is #91E940. Grayscale: #424242. Windows color (decimal): -9562433 or 12523118. OLE color: 12523118.

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

Color convert

RGB11022191-
CMYK0.420.8800.25
HSL271.24º79.34%41.76%-
HSV(B)271.24º88.48%74.9%-
XYZ16.127.6549.92-
YUV67.58197.65158.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.06%
GREEN value IS 22 (8.98% from 255) = 6.81%
BLUE value IS 191 (75% from 255) = 59.13%
R=34.06%
G=6.81%
B=59.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110221910.420.8800.25271.2479.3441.76
Hex6E16BF2A5801910f4f2a
Octal156262775213003141711752
Binary1101110101101011111110101010110000110011000011111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E16BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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