Shades of Purple Heart #6610AD
Tints of Purple Heart #6610AD
RGB
CMYK
RGB Variations
Color information
#6610AD (or 0x6610AD) is known color: Purple Heart. HEX triplet: 66, 10 and AD. RGB value is (102,16,173). Sum of RGB (Red+Green+Blue) = 102+16+173=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #6610AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6610AD is #99EF52. Grayscale: #3B3B3B. Windows color (decimal): -10088275 or 11341926. OLE color: 11341926.
HSL color Cylindrical-coordinate representation of color #6610AD: hue angle of 272.87º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6610AD is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 16 | 173 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.32 |
| HSL | 272.87º | 0.83% | 0.37% | - |
| HSV(B) | 272.87º | 0.91% | 0.68% | - |
| XYZ | 13.21 | 6.21 | 40.04 | - |
| YUV | 59.61 | 191.99 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 16 | 173 | 0.41 | 0.91 | 0 | 0.32 | 272.87 | 0.83 | 0.37 |
| Hex | 66 | 10 | AD | 29 | 5B | 0 | 20 | 111 | 53 | 25 |
| Octal | 146 | 20 | 255 | 51 | 133 | 0 | 40 | 421 | 123 | 45 |
| Binary | 1100110 | 10000 | 10101101 | 101001 | 1011011 | 0 | 100000 | 100010001 | 1010011 | 100101 |
Color Harmonies of #6610AD
Complementary color
Monochromatic Colors of #6610AD
Black with #6610AD
Text Example
Text Example
White with #6610AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6610AD; }
p { color: rgb(102,16,173); }
H1.HeaderClassName
{
color: #6610AD;
}
.AnyTagClassName
{
color: #6610AD;
}
</style>
background-color css
<style>
a { background-color: #6610AD; }
a { background-color: rgb(102,16,173); }
div.DivClassName
{
background-color: #6610AD;
}
.BgClassName
{
background-color: #6610AD;
}
</style>
border-color css
<style>
span { border-color: #6610AD; }
span { border-color: rgb(102,16,173); }
td.TdClassName
{
border-color: #6610AD;
}
.TagClassName
{
border-color: #6610AD;
}
</style>