Shades of Purple Heart #6A16AF
Tints of Purple Heart #6A16AF
RGB
CMYK
RGB Variations
Color information
#6A16AF (or 0x6A16AF) is known color: Purple Heart. HEX triplet: 6A, 16 and AF. RGB value is (106,22,175). Sum of RGB (Red+Green+Blue) = 106+22+175=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A16AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A16AF is #95E950. Grayscale: #404040. Windows color (decimal): -9824593 or 11474538. OLE color: 11474538.
HSL color Cylindrical-coordinate representation of color #6A16AF: hue angle of 272.94º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A16AF is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 22 | 175 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.31 |
| HSL | 272.94º | 0.78% | 0.39% | - |
| HSV(B) | 272.94º | 0.87% | 0.69% | - |
| XYZ | 13.97 | 6.73 | 41.12 | - |
| YUV | 64.56 | 190.33 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 22 | 175 | 0.39 | 0.87 | 0 | 0.31 | 272.94 | 0.78 | 0.39 |
| Hex | 6A | 16 | AF | 27 | 57 | 0 | 1F | 111 | 4E | 27 |
| Octal | 152 | 26 | 257 | 47 | 127 | 0 | 37 | 421 | 116 | 47 |
| Binary | 1101010 | 10110 | 10101111 | 100111 | 1010111 | 0 | 11111 | 100010001 | 1001110 | 100111 |
Color Harmonies of #6A16AF
Complementary color
Monochromatic Colors of #6A16AF
Black with #6A16AF
Text Example
Text Example
White with #6A16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A16AF; }
p { color: rgb(106,22,175); }
H1.HeaderClassName
{
color: #6A16AF;
}
.AnyTagClassName
{
color: #6A16AF;
}
</style>
background-color css
<style>
a { background-color: #6A16AF; }
a { background-color: rgb(106,22,175); }
div.DivClassName
{
background-color: #6A16AF;
}
.BgClassName
{
background-color: #6A16AF;
}
</style>
border-color css
<style>
span { border-color: #6A16AF; }
span { border-color: rgb(106,22,175); }
td.TdClassName
{
border-color: #6A16AF;
}
.TagClassName
{
border-color: #6A16AF;
}
</style>