Shades of Purple Heart #6610AF
Tints of Purple Heart #6610AF
RGB
CMYK
RGB Variations
Color information
#6610AF (or 0x6610AF) is known color: Purple Heart. HEX triplet: 66, 10 and AF. RGB value is (102,16,175). Sum of RGB (Red+Green+Blue) = 102+16+175=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #6610AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6610AF is #99EF50. Grayscale: #3B3B3B. Windows color (decimal): -10088273 or 11472998. OLE color: 11472998.
HSL color Cylindrical-coordinate representation of color #6610AF: hue angle of 272.45º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6610AF is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 16 | 175 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.31 |
| HSL | 272.45º | 0.83% | 0.37% | - |
| HSV(B) | 272.45º | 0.91% | 0.69% | - |
| XYZ | 13.4 | 6.29 | 41.07 | - |
| YUV | 59.84 | 192.99 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 16 | 175 | 0.42 | 0.91 | 0 | 0.31 | 272.45 | 0.83 | 0.37 |
| Hex | 66 | 10 | AF | 2A | 5B | 0 | 1F | 110 | 53 | 25 |
| Octal | 146 | 20 | 257 | 52 | 133 | 0 | 37 | 420 | 123 | 45 |
| Binary | 1100110 | 10000 | 10101111 | 101010 | 1011011 | 0 | 11111 | 100010000 | 1010011 | 100101 |
Color Harmonies of #6610AF
Complementary color
Monochromatic Colors of #6610AF
Black with #6610AF
Text Example
Text Example
White with #6610AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6610AF; }
p { color: rgb(102,16,175); }
H1.HeaderClassName
{
color: #6610AF;
}
.AnyTagClassName
{
color: #6610AF;
}
</style>
background-color css
<style>
a { background-color: #6610AF; }
a { background-color: rgb(102,16,175); }
div.DivClassName
{
background-color: #6610AF;
}
.BgClassName
{
background-color: #6610AF;
}
</style>
border-color css
<style>
span { border-color: #6610AF; }
span { border-color: rgb(102,16,175); }
td.TdClassName
{
border-color: #6610AF;
}
.TagClassName
{
border-color: #6610AF;
}
</style>