#6A16BF

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

Shades of Purple Heart #6A16BF

Tints of Purple Heart #6A16BF

Color information

#6A16BF (or 0x6A16BF) is unknown color: approx Purple Heart. HEX triplet: 6A, 16 and BF. RGB value is (106,22,191). Sum of RGB (Red+Green+Blue) = 106+22+191=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A16BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A16BF is #95E940. Grayscale: #414141. Windows color (decimal): -9824577 or 12523114. OLE color: 12523114.

HSL color Cylindrical-coordinate representation of color #6A16BF: hue angle of 269.82º 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 #6A16BF is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10622191-
CMYK0.450.8800.25
HSL269.82º79.34%41.76%-
HSV(B)269.82º88.48%74.9%-
XYZ15.637.449.89-
YUV66.38198.33156.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.23%
GREEN value IS 22 (8.98% from 255) = 6.90%
BLUE value IS 191 (75% from 255) = 59.87%
R=33.23%
G=6.90%
B=59.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106221910.450.8800.25269.8279.3441.76
Hex6A16BF2D5801910e4f2a
Octal152262775513003141611752
Binary1101010101101011111110110110110000110011000011101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A16BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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