Shades of Purple Heart #6007AD
Tints of Purple Heart #6007AD
RGB
CMYK
RGB Variations
Color information
#6007AD (or 0x6007AD) is known color: Purple Heart. HEX triplet: 60, 07 and AD. RGB value is (96,7,173). Sum of RGB (Red+Green+Blue) = 96+7+173=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #6007AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6007AD is #9FF852. Grayscale: #333333. Windows color (decimal): -10483795 or 11339616. OLE color: 11339616.
HSL color Cylindrical-coordinate representation of color #6007AD: hue angle of 272.17º 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 #6007AD is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 7 | 173 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.32 |
| HSL | 272.17º | 0.92% | 0.35% | - |
| HSV(B) | 272.17º | 0.96% | 0.68% | - |
| XYZ | 12.44 | 5.66 | 39.97 | - |
| YUV | 52.54 | 195.99 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 173 | 0.45 | 0.96 | 0 | 0.32 | 272.17 | 0.92 | 0.35 |
| Hex | 60 | 7 | AD | 2D | 60 | 0 | 20 | 110 | 5C | 23 |
| Octal | 140 | 7 | 255 | 55 | 140 | 0 | 40 | 420 | 134 | 43 |
| Binary | 1100000 | 111 | 10101101 | 101101 | 1100000 | 0 | 100000 | 100010000 | 1011100 | 100011 |
Color Harmonies of #6007AD
Complementary color
Monochromatic Colors of #6007AD
Black with #6007AD
Text Example
Text Example
White with #6007AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6007AD; }
p { color: rgb(96,7,173); }
H1.HeaderClassName
{
color: #6007AD;
}
.AnyTagClassName
{
color: #6007AD;
}
</style>
background-color css
<style>
a { background-color: #6007AD; }
a { background-color: rgb(96,7,173); }
div.DivClassName
{
background-color: #6007AD;
}
.BgClassName
{
background-color: #6007AD;
}
</style>
border-color css
<style>
span { border-color: #6007AD; }
span { border-color: rgb(96,7,173); }
td.TdClassName
{
border-color: #6007AD;
}
.TagClassName
{
border-color: #6007AD;
}
</style>