Shades of Purple Heart #6007AB
Tints of Purple Heart #6007AB
RGB
CMYK
RGB Variations
Color information
#6007AB (or 0x6007AB) is known color: Purple Heart. HEX triplet: 60, 07 and AB. RGB value is (96,7,171). Sum of RGB (Red+Green+Blue) = 96+7+171=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #6007AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6007AB is #9FF854. Grayscale: #333333. Windows color (decimal): -10483797 or 11208544. OLE color: 11208544.
HSL color Cylindrical-coordinate representation of color #6007AB: hue angle of 272.56º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6007AB is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 7 | 171 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.33 |
| HSL | 272.56º | 0.92% | 0.35% | - |
| HSV(B) | 272.56º | 0.96% | 0.67% | - |
| XYZ | 12.25 | 5.58 | 38.96 | - |
| YUV | 52.31 | 194.99 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 171 | 0.44 | 0.96 | 0 | 0.33 | 272.56 | 0.92 | 0.35 |
| Hex | 60 | 7 | AB | 2C | 60 | 0 | 21 | 111 | 5C | 23 |
| Octal | 140 | 7 | 253 | 54 | 140 | 0 | 41 | 421 | 134 | 43 |
| Binary | 1100000 | 111 | 10101011 | 101100 | 1100000 | 0 | 100001 | 100010001 | 1011100 | 100011 |
Color Harmonies of #6007AB
Complementary color
Monochromatic Colors of #6007AB
Black with #6007AB
Text Example
Text Example
White with #6007AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6007AB; }
p { color: rgb(96,7,171); }
H1.HeaderClassName
{
color: #6007AB;
}
.AnyTagClassName
{
color: #6007AB;
}
</style>
background-color css
<style>
a { background-color: #6007AB; }
a { background-color: rgb(96,7,171); }
div.DivClassName
{
background-color: #6007AB;
}
.BgClassName
{
background-color: #6007AB;
}
</style>
border-color css
<style>
span { border-color: #6007AB; }
span { border-color: rgb(96,7,171); }
td.TdClassName
{
border-color: #6007AB;
}
.TagClassName
{
border-color: #6007AB;
}
</style>