Shades of Purple Heart #600AAE
Tints of Purple Heart #600AAE
RGB
CMYK
RGB Variations
Color information
#600AAE (or 0x600AAE) is known color: Purple Heart. HEX triplet: 60, 0A and AE. RGB value is (96,10,174). Sum of RGB (Red+Green+Blue) = 96+10+174=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #600AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600AAE is #9FF551. Grayscale: #353535. Windows color (decimal): -10483026 or 11405920. OLE color: 11405920.
HSL color Cylindrical-coordinate representation of color #600AAE: hue angle of 271.46º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600AAE is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 10 | 174 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.32 |
| HSL | 271.46º | 0.89% | 0.36% | - |
| HSV(B) | 271.46º | 0.94% | 0.68% | - |
| XYZ | 12.57 | 5.76 | 40.49 | - |
| YUV | 54.41 | 195.49 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 174 | 0.45 | 0.94 | 0 | 0.32 | 271.46 | 0.89 | 0.36 |
| Hex | 60 | A | AE | 2D | 5E | 0 | 20 | 10F | 59 | 24 |
| Octal | 140 | 12 | 256 | 55 | 136 | 0 | 40 | 417 | 131 | 44 |
| Binary | 1100000 | 1010 | 10101110 | 101101 | 1011110 | 0 | 100000 | 100001111 | 1011001 | 100100 |
Color Harmonies of #600AAE
Complementary color
Monochromatic Colors of #600AAE
Black with #600AAE
Text Example
Text Example
White with #600AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600AAE; }
p { color: rgb(96,10,174); }
H1.HeaderClassName
{
color: #600AAE;
}
.AnyTagClassName
{
color: #600AAE;
}
</style>
background-color css
<style>
a { background-color: #600AAE; }
a { background-color: rgb(96,10,174); }
div.DivClassName
{
background-color: #600AAE;
}
.BgClassName
{
background-color: #600AAE;
}
</style>
border-color css
<style>
span { border-color: #600AAE; }
span { border-color: rgb(96,10,174); }
td.TdClassName
{
border-color: #600AAE;
}
.TagClassName
{
border-color: #600AAE;
}
</style>