#6A16D0

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

Shades of Purple Heart #6A16D0

Tints of Purple Heart #6A16D0

Color information

#6A16D0 (or 0x6A16D0) is unknown color: approx Purple Heart. HEX triplet: 6A, 16 and D0. RGB value is (106,22,208). Sum of RGB (Red+Green+Blue) = 106+22+208=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 208 (81.64% from 255 or 61.90% from 336); Max value from RGB is 208 - color contains mainly: blue. Hex color #6A16D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A16D0 is #95E92F. Grayscale: #434343. Windows color (decimal): -9824560 or 13637226. OLE color: 13637226.

HSL color Cylindrical-coordinate representation of color #6A16D0: hue angle of 267.1º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A16D0 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10622208-
CMYK0.490.8900.18
HSL267.1º80.87%45.1%-
HSV(B)267.1º89.42%81.57%-
XYZ17.628.1960.33-
YUV68.32206.83154.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.55%
GREEN value IS 22 (8.98% from 255) = 6.55%
BLUE value IS 208 (81.64% from 255) = 61.90%
R=31.55%
G=6.55%
B=61.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal106222080.490.8900.18267.180.8745.1
Hex6A16D0315901210b512d
Octal152263206113102241312155
Binary1101010101101101000011000110110010100101000010111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A16D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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