Shades of Purple Heart #600ABA
Tints of Purple Heart #600ABA
RGB
CMYK
RGB Variations
Color information
#600ABA (or 0x600ABA) is known color: Purple Heart. HEX triplet: 60, 0A and BA. RGB value is (96,10,186). Sum of RGB (Red+Green+Blue) = 96+10+186=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #600ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600ABA is #9FF545. Grayscale: #373737. Windows color (decimal): -10483014 or 12192352. OLE color: 12192352.
HSL color Cylindrical-coordinate representation of color #600ABA: hue angle of 269.32º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600ABA is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 10 | 186 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.27 |
| HSL | 269.32º | 0.9% | 0.38% | - |
| HSV(B) | 269.32º | 0.95% | 0.73% | - |
| XYZ | 13.8 | 6.25 | 46.93 | - |
| YUV | 55.78 | 201.49 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 186 | 0.48 | 0.95 | 0 | 0.27 | 269.32 | 0.9 | 0.38 |
| Hex | 60 | A | BA | 30 | 5F | 0 | 1B | 10D | 5A | 26 |
| Octal | 140 | 12 | 272 | 60 | 137 | 0 | 33 | 415 | 132 | 46 |
| Binary | 1100000 | 1010 | 10111010 | 110000 | 1011111 | 0 | 11011 | 100001101 | 1011010 | 100110 |
Color Harmonies of #600ABA
Complementary color
Monochromatic Colors of #600ABA
Black with #600ABA
Text Example
Text Example
White with #600ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600ABA; }
p { color: rgb(96,10,186); }
H1.HeaderClassName
{
color: #600ABA;
}
.AnyTagClassName
{
color: #600ABA;
}
</style>
background-color css
<style>
a { background-color: #600ABA; }
a { background-color: rgb(96,10,186); }
div.DivClassName
{
background-color: #600ABA;
}
.BgClassName
{
background-color: #600ABA;
}
</style>
border-color css
<style>
span { border-color: #600ABA; }
span { border-color: rgb(96,10,186); }
td.TdClassName
{
border-color: #600ABA;
}
.TagClassName
{
border-color: #600ABA;
}
</style>