Shades of Purple Heart #6007AF
Tints of Purple Heart #6007AF
RGB
CMYK
RGB Variations
Color information
#6007AF (or 0x6007AF) is known color: Purple Heart. HEX triplet: 60, 07 and AF. RGB value is (96,7,175). Sum of RGB (Red+Green+Blue) = 96+7+175=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #6007AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6007AF is #9FF850. Grayscale: #343434. Windows color (decimal): -10483793 or 11470688. OLE color: 11470688.
HSL color Cylindrical-coordinate representation of color #6007AF: hue angle of 271.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6007AF is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 7 | 175 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.31 |
| HSL | 271.79º | 0.92% | 0.36% | - |
| HSV(B) | 271.79º | 0.96% | 0.69% | - |
| XYZ | 12.64 | 5.73 | 41 | - |
| YUV | 52.76 | 196.99 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 175 | 0.45 | 0.96 | 0 | 0.31 | 271.79 | 0.92 | 0.36 |
| Hex | 60 | 7 | AF | 2D | 60 | 0 | 1F | 110 | 5C | 24 |
| Octal | 140 | 7 | 257 | 55 | 140 | 0 | 37 | 420 | 134 | 44 |
| Binary | 1100000 | 111 | 10101111 | 101101 | 1100000 | 0 | 11111 | 100010000 | 1011100 | 100100 |
Color Harmonies of #6007AF
Complementary color
Monochromatic Colors of #6007AF
Black with #6007AF
Text Example
Text Example
White with #6007AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6007AF; }
p { color: rgb(96,7,175); }
H1.HeaderClassName
{
color: #6007AF;
}
.AnyTagClassName
{
color: #6007AF;
}
</style>
background-color css
<style>
a { background-color: #6007AF; }
a { background-color: rgb(96,7,175); }
div.DivClassName
{
background-color: #6007AF;
}
.BgClassName
{
background-color: #6007AF;
}
</style>
border-color css
<style>
span { border-color: #6007AF; }
span { border-color: rgb(96,7,175); }
td.TdClassName
{
border-color: #6007AF;
}
.TagClassName
{
border-color: #6007AF;
}
</style>