Shades of Purple Heart #6010AD
Tints of Purple Heart #6010AD
RGB
CMYK
RGB Variations
Color information
#6010AD (or 0x6010AD) is known color: Purple Heart. HEX triplet: 60, 10 and AD. RGB value is (96,16,173). Sum of RGB (Red+Green+Blue) = 96+16+173=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #6010AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6010AD is #9FEF52. Grayscale: #393939. Windows color (decimal): -10481491 or 11341920. OLE color: 11341920.
HSL color Cylindrical-coordinate representation of color #6010AD: hue angle of 270.57º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6010AD is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 16 | 173 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.32 |
| HSL | 270.57º | 0.83% | 0.37% | - |
| HSV(B) | 270.57º | 0.91% | 0.68% | - |
| XYZ | 12.55 | 5.87 | 40.01 | - |
| YUV | 57.82 | 193 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 173 | 0.45 | 0.91 | 0 | 0.32 | 270.57 | 0.83 | 0.37 |
| Hex | 60 | 10 | AD | 2D | 5B | 0 | 20 | 10F | 53 | 25 |
| Octal | 140 | 20 | 255 | 55 | 133 | 0 | 40 | 417 | 123 | 45 |
| Binary | 1100000 | 10000 | 10101101 | 101101 | 1011011 | 0 | 100000 | 100001111 | 1010011 | 100101 |
Color Harmonies of #6010AD
Complementary color
Monochromatic Colors of #6010AD
Black with #6010AD
Text Example
Text Example
White with #6010AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6010AD; }
p { color: rgb(96,16,173); }
H1.HeaderClassName
{
color: #6010AD;
}
.AnyTagClassName
{
color: #6010AD;
}
</style>
background-color css
<style>
a { background-color: #6010AD; }
a { background-color: rgb(96,16,173); }
div.DivClassName
{
background-color: #6010AD;
}
.BgClassName
{
background-color: #6010AD;
}
</style>
border-color css
<style>
span { border-color: #6010AD; }
span { border-color: rgb(96,16,173); }
td.TdClassName
{
border-color: #6010AD;
}
.TagClassName
{
border-color: #6010AD;
}
</style>