Shades of Purple Heart #6613AD
Tints of Purple Heart #6613AD
RGB
CMYK
RGB Variations
Color information
#6613AD (or 0x6613AD) is known color: Purple Heart. HEX triplet: 66, 13 and AD. RGB value is (102,19,173). Sum of RGB (Red+Green+Blue) = 102+19+173=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #6613AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6613AD is #99EC52. Grayscale: #3C3C3C. Windows color (decimal): -10087507 or 11342694. OLE color: 11342694.
HSL color Cylindrical-coordinate representation of color #6613AD: hue angle of 272.34º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6613AD is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 19 | 173 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.32 |
| HSL | 272.34º | 0.8% | 0.38% | - |
| HSV(B) | 272.34º | 0.89% | 0.68% | - |
| XYZ | 13.26 | 6.31 | 40.05 | - |
| YUV | 61.37 | 191 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 173 | 0.41 | 0.89 | 0 | 0.32 | 272.34 | 0.8 | 0.38 |
| Hex | 66 | 13 | AD | 29 | 59 | 0 | 20 | 110 | 50 | 26 |
| Octal | 146 | 23 | 255 | 51 | 131 | 0 | 40 | 420 | 120 | 46 |
| Binary | 1100110 | 10011 | 10101101 | 101001 | 1011001 | 0 | 100000 | 100010000 | 1010000 | 100110 |
Color Harmonies of #6613AD
Complementary color
Monochromatic Colors of #6613AD
Black with #6613AD
Text Example
Text Example
White with #6613AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6613AD; }
p { color: rgb(102,19,173); }
H1.HeaderClassName
{
color: #6613AD;
}
.AnyTagClassName
{
color: #6613AD;
}
</style>
background-color css
<style>
a { background-color: #6613AD; }
a { background-color: rgb(102,19,173); }
div.DivClassName
{
background-color: #6613AD;
}
.BgClassName
{
background-color: #6613AD;
}
</style>
border-color css
<style>
span { border-color: #6613AD; }
span { border-color: rgb(102,19,173); }
td.TdClassName
{
border-color: #6613AD;
}
.TagClassName
{
border-color: #6613AD;
}
</style>