Shades of Purple Heart #600DAC
Tints of Purple Heart #600DAC
RGB
CMYK
RGB Variations
Color information
#600DAC (or 0x600DAC) is known color: Purple Heart. HEX triplet: 60, 0D and AC. RGB value is (96,13,172). Sum of RGB (Red+Green+Blue) = 96+13+172=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #600DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600DAC is #9FF253. Grayscale: #373737. Windows color (decimal): -10482260 or 11275616. OLE color: 11275616.
HSL color Cylindrical-coordinate representation of color #600DAC: hue angle of 271.32º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600DAC is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 13 | 172 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.33 |
| HSL | 271.32º | 0.86% | 0.36% | - |
| HSV(B) | 271.32º | 0.92% | 0.67% | - |
| XYZ | 12.41 | 5.75 | 39.49 | - |
| YUV | 55.94 | 193.5 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 172 | 0.44 | 0.92 | 0 | 0.33 | 271.32 | 0.86 | 0.36 |
| Hex | 60 | D | AC | 2C | 5C | 0 | 21 | 10F | 56 | 24 |
| Octal | 140 | 15 | 254 | 54 | 134 | 0 | 41 | 417 | 126 | 44 |
| Binary | 1100000 | 1101 | 10101100 | 101100 | 1011100 | 0 | 100001 | 100001111 | 1010110 | 100100 |
Color Harmonies of #600DAC
Complementary color
Monochromatic Colors of #600DAC
Black with #600DAC
Text Example
Text Example
White with #600DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600DAC; }
p { color: rgb(96,13,172); }
H1.HeaderClassName
{
color: #600DAC;
}
.AnyTagClassName
{
color: #600DAC;
}
</style>
background-color css
<style>
a { background-color: #600DAC; }
a { background-color: rgb(96,13,172); }
div.DivClassName
{
background-color: #600DAC;
}
.BgClassName
{
background-color: #600DAC;
}
</style>
border-color css
<style>
span { border-color: #600DAC; }
span { border-color: rgb(96,13,172); }
td.TdClassName
{
border-color: #600DAC;
}
.TagClassName
{
border-color: #600DAC;
}
</style>