Shades of Purple Heart #6606AF
Tints of Purple Heart #6606AF
RGB
CMYK
RGB Variations
Color information
#6606AF (or 0x6606AF) is known color: Purple Heart. HEX triplet: 66, 06 and AF. RGB value is (102,6,175). Sum of RGB (Red+Green+Blue) = 102+6+175=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #6606AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6606AF is #99F950. Grayscale: #353535. Windows color (decimal): -10090833 or 11470438. OLE color: 11470438.
HSL color Cylindrical-coordinate representation of color #6606AF: hue angle of 274.08º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6606AF is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 6 | 175 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.31 |
| HSL | 274.08º | 0.93% | 0.35% | - |
| HSV(B) | 274.08º | 0.97% | 0.69% | - |
| XYZ | 13.28 | 6.05 | 41.03 | - |
| YUV | 53.97 | 196.3 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 175 | 0.42 | 0.97 | 0 | 0.31 | 274.08 | 0.93 | 0.35 |
| Hex | 66 | 6 | AF | 2A | 61 | 0 | 1F | 112 | 5D | 23 |
| Octal | 146 | 6 | 257 | 52 | 141 | 0 | 37 | 422 | 135 | 43 |
| Binary | 1100110 | 110 | 10101111 | 101010 | 1100001 | 0 | 11111 | 100010010 | 1011101 | 100011 |
Color Harmonies of #6606AF
Complementary color
Monochromatic Colors of #6606AF
Black with #6606AF
Text Example
Text Example
White with #6606AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6606AF; }
p { color: rgb(102,6,175); }
H1.HeaderClassName
{
color: #6606AF;
}
.AnyTagClassName
{
color: #6606AF;
}
</style>
background-color css
<style>
a { background-color: #6606AF; }
a { background-color: rgb(102,6,175); }
div.DivClassName
{
background-color: #6606AF;
}
.BgClassName
{
background-color: #6606AF;
}
</style>
border-color css
<style>
span { border-color: #6606AF; }
span { border-color: rgb(102,6,175); }
td.TdClassName
{
border-color: #6606AF;
}
.TagClassName
{
border-color: #6606AF;
}
</style>