Shades of Purple Heart #6616AF
Tints of Purple Heart #6616AF
RGB
CMYK
RGB Variations
Color information
#6616AF (or 0x6616AF) is known color: Purple Heart. HEX triplet: 66, 16 and AF. RGB value is (102,22,175). Sum of RGB (Red+Green+Blue) = 102+22+175=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #6616AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6616AF is #99E950. Grayscale: #3E3E3E. Windows color (decimal): -10086737 or 11474534. OLE color: 11474534.
HSL color Cylindrical-coordinate representation of color #6616AF: hue angle of 271.37º 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 #6616AF is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 22 | 175 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.31 |
| HSL | 271.37º | 0.78% | 0.39% | - |
| HSV(B) | 271.37º | 0.87% | 0.69% | - |
| XYZ | 13.5 | 6.49 | 41.1 | - |
| YUV | 63.36 | 191 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 175 | 0.42 | 0.87 | 0 | 0.31 | 271.37 | 0.78 | 0.39 |
| Hex | 66 | 16 | AF | 2A | 57 | 0 | 1F | 10F | 4E | 27 |
| Octal | 146 | 26 | 257 | 52 | 127 | 0 | 37 | 417 | 116 | 47 |
| Binary | 1100110 | 10110 | 10101111 | 101010 | 1010111 | 0 | 11111 | 100001111 | 1001110 | 100111 |
Color Harmonies of #6616AF
Complementary color
Monochromatic Colors of #6616AF
Black with #6616AF
Text Example
Text Example
White with #6616AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6616AF; }
p { color: rgb(102,22,175); }
H1.HeaderClassName
{
color: #6616AF;
}
.AnyTagClassName
{
color: #6616AF;
}
</style>
background-color css
<style>
a { background-color: #6616AF; }
a { background-color: rgb(102,22,175); }
div.DivClassName
{
background-color: #6616AF;
}
.BgClassName
{
background-color: #6616AF;
}
</style>
border-color css
<style>
span { border-color: #6616AF; }
span { border-color: rgb(102,22,175); }
td.TdClassName
{
border-color: #6616AF;
}
.TagClassName
{
border-color: #6616AF;
}
</style>