Shades of Purple Heart #6602AD
Tints of Purple Heart #6602AD
RGB
CMYK
RGB Variations
Color information
#6602AD (or 0x6602AD) is known color: Purple Heart. HEX triplet: 66, 02 and AD. RGB value is (102,2,173). Sum of RGB (Red+Green+Blue) = 102+2+173=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #6602AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6602AD is #99FD52. Grayscale: #323232. Windows color (decimal): -10091859 or 11338342. OLE color: 11338342.
HSL color Cylindrical-coordinate representation of color #6602AD: hue angle of 275.09º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6602AD is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 2 | 173 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.32 |
| HSL | 275.09º | 0.98% | 0.34% | - |
| HSV(B) | 275.09º | 0.99% | 0.68% | - |
| XYZ | 13.04 | 5.89 | 39.98 | - |
| YUV | 51.39 | 196.63 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 173 | 0.41 | 0.99 | 0 | 0.32 | 275.09 | 0.98 | 0.34 |
| Hex | 66 | 2 | AD | 29 | 63 | 0 | 20 | 113 | 62 | 22 |
| Octal | 146 | 2 | 255 | 51 | 143 | 0 | 40 | 423 | 142 | 42 |
| Binary | 1100110 | 10 | 10101101 | 101001 | 1100011 | 0 | 100000 | 100010011 | 1100010 | 100010 |
Color Harmonies of #6602AD
Complementary color
Monochromatic Colors of #6602AD
Black with #6602AD
Text Example
Text Example
White with #6602AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6602AD; }
p { color: rgb(102,2,173); }
H1.HeaderClassName
{
color: #6602AD;
}
.AnyTagClassName
{
color: #6602AD;
}
</style>
background-color css
<style>
a { background-color: #6602AD; }
a { background-color: rgb(102,2,173); }
div.DivClassName
{
background-color: #6602AD;
}
.BgClassName
{
background-color: #6602AD;
}
</style>
border-color css
<style>
span { border-color: #6602AD; }
span { border-color: rgb(102,2,173); }
td.TdClassName
{
border-color: #6602AD;
}
.TagClassName
{
border-color: #6602AD;
}
</style>