Shades of Purple Heart #6607AD
Tints of Purple Heart #6607AD
RGB
CMYK
RGB Variations
Color information
#6607AD (or 0x6607AD) is known color: Purple Heart. HEX triplet: 66, 07 and AD. RGB value is (102,7,173). Sum of RGB (Red+Green+Blue) = 102+7+173=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #6607AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6607AD is #99F852. Grayscale: #353535. Windows color (decimal): -10090579 or 11339622. OLE color: 11339622.
HSL color Cylindrical-coordinate representation of color #6607AD: hue angle of 274.34º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6607AD is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 7 | 173 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.32 |
| HSL | 274.34º | 0.92% | 0.35% | - |
| HSV(B) | 274.34º | 0.96% | 0.68% | - |
| XYZ | 13.1 | 5.99 | 40 | - |
| YUV | 54.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 173 | 0.41 | 0.96 | 0 | 0.32 | 274.34 | 0.92 | 0.35 |
| Hex | 66 | 7 | AD | 29 | 60 | 0 | 20 | 112 | 5C | 23 |
| Octal | 146 | 7 | 255 | 51 | 140 | 0 | 40 | 422 | 134 | 43 |
| Binary | 1100110 | 111 | 10101101 | 101001 | 1100000 | 0 | 100000 | 100010010 | 1011100 | 100011 |
Color Harmonies of #6607AD
Complementary color
Monochromatic Colors of #6607AD
Black with #6607AD
Text Example
Text Example
White with #6607AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6607AD; }
p { color: rgb(102,7,173); }
H1.HeaderClassName
{
color: #6607AD;
}
.AnyTagClassName
{
color: #6607AD;
}
</style>
background-color css
<style>
a { background-color: #6607AD; }
a { background-color: rgb(102,7,173); }
div.DivClassName
{
background-color: #6607AD;
}
.BgClassName
{
background-color: #6607AD;
}
</style>
border-color css
<style>
span { border-color: #6607AD; }
span { border-color: rgb(102,7,173); }
td.TdClassName
{
border-color: #6607AD;
}
.TagClassName
{
border-color: #6607AD;
}
</style>