#6E16BC

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

Shades of Purple Heart #6E16BC

Tints of Purple Heart #6E16BC

Color information

#6E16BC (or 0x6E16BC) is unknown color: approx Purple Heart. HEX triplet: 6E, 16 and BC. RGB value is (110,22,188). Sum of RGB (Red+Green+Blue) = 110+22+188=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E16BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E16BC is #91E943. Grayscale: #424242. Windows color (decimal): -9562436 or 12326510. OLE color: 12326510.

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

Color convert

RGB11022188-
CMYK0.410.8800.26
HSL271.81º79.05%41.18%-
HSV(B)271.81º88.3%73.73%-
XYZ15.797.5248.2-
YUV67.24196.15158.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.38%
GREEN value IS 22 (8.98% from 255) = 6.88%
BLUE value IS 188 (73.83% from 255) = 58.75%
R=34.38%
G=6.88%
B=58.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110221880.410.8800.26271.8179.0541.18
Hex6E16BC295801A1104f29
Octal156262745113003242011751
Binary1101110101101011110010100110110000110101000100001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E16BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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