Shades of Purple Heart #600DAE
Tints of Purple Heart #600DAE
RGB
CMYK
RGB Variations
Color information
#600DAE (or 0x600DAE) is known color: Purple Heart. HEX triplet: 60, 0D and AE. RGB value is (96,13,174). Sum of RGB (Red+Green+Blue) = 96+13+174=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #600DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600DAE is #9FF251. Grayscale: #373737. Windows color (decimal): -10482258 or 11406688. OLE color: 11406688.
HSL color Cylindrical-coordinate representation of color #600DAE: hue angle of 270.93º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600DAE is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 13 | 174 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.32 |
| HSL | 270.93º | 0.86% | 0.37% | - |
| HSV(B) | 270.93º | 0.93% | 0.68% | - |
| XYZ | 12.61 | 5.83 | 40.51 | - |
| YUV | 56.17 | 194.5 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 174 | 0.45 | 0.93 | 0 | 0.32 | 270.93 | 0.86 | 0.37 |
| Hex | 60 | D | AE | 2D | 5D | 0 | 20 | 10F | 56 | 25 |
| Octal | 140 | 15 | 256 | 55 | 135 | 0 | 40 | 417 | 126 | 45 |
| Binary | 1100000 | 1101 | 10101110 | 101101 | 1011101 | 0 | 100000 | 100001111 | 1010110 | 100101 |
Color Harmonies of #600DAE
Complementary color
Monochromatic Colors of #600DAE
Black with #600DAE
Text Example
Text Example
White with #600DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600DAE; }
p { color: rgb(96,13,174); }
H1.HeaderClassName
{
color: #600DAE;
}
.AnyTagClassName
{
color: #600DAE;
}
</style>
background-color css
<style>
a { background-color: #600DAE; }
a { background-color: rgb(96,13,174); }
div.DivClassName
{
background-color: #600DAE;
}
.BgClassName
{
background-color: #600DAE;
}
</style>
border-color css
<style>
span { border-color: #600DAE; }
span { border-color: rgb(96,13,174); }
td.TdClassName
{
border-color: #600DAE;
}
.TagClassName
{
border-color: #600DAE;
}
</style>