Shades of Purple Heart #6017AF
Tints of Purple Heart #6017AF
RGB
CMYK
RGB Variations
Color information
#6017AF (or 0x6017AF) is known color: Purple Heart. HEX triplet: 60, 17 and AF. RGB value is (96,23,175). Sum of RGB (Red+Green+Blue) = 96+23+175=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #6017AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6017AF is #9FE850. Grayscale: #3D3D3D. Windows color (decimal): -10479697 or 11474784. OLE color: 11474784.
HSL color Cylindrical-coordinate representation of color #6017AF: hue angle of 268.82º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6017AF is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 23 | 175 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.31 |
| HSL | 268.82º | 0.77% | 0.39% | - |
| HSV(B) | 268.82º | 0.87% | 0.69% | - |
| XYZ | 12.87 | 6.19 | 41.07 | - |
| YUV | 62.16 | 191.68 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 175 | 0.45 | 0.87 | 0 | 0.31 | 268.82 | 0.77 | 0.39 |
| Hex | 60 | 17 | AF | 2D | 57 | 0 | 1F | 10D | 4D | 27 |
| Octal | 140 | 27 | 257 | 55 | 127 | 0 | 37 | 415 | 115 | 47 |
| Binary | 1100000 | 10111 | 10101111 | 101101 | 1010111 | 0 | 11111 | 100001101 | 1001101 | 100111 |
Color Harmonies of #6017AF
Complementary color
Monochromatic Colors of #6017AF
Black with #6017AF
Text Example
Text Example
White with #6017AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6017AF; }
p { color: rgb(96,23,175); }
H1.HeaderClassName
{
color: #6017AF;
}
.AnyTagClassName
{
color: #6017AF;
}
</style>
background-color css
<style>
a { background-color: #6017AF; }
a { background-color: rgb(96,23,175); }
div.DivClassName
{
background-color: #6017AF;
}
.BgClassName
{
background-color: #6017AF;
}
</style>
border-color css
<style>
span { border-color: #6017AF; }
span { border-color: rgb(96,23,175); }
td.TdClassName
{
border-color: #6017AF;
}
.TagClassName
{
border-color: #6017AF;
}
</style>