Shades of Purple Heart #601ABA
Tints of Purple Heart #601ABA
RGB
CMYK
RGB Variations
Color information
#601ABA (or 0x601ABA) is known color: Purple Heart. HEX triplet: 60, 1A and BA. RGB value is (96,26,186). Sum of RGB (Red+Green+Blue) = 96+26+186=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #601ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601ABA is #9FE545. Grayscale: #404040. Windows color (decimal): -10478918 or 12196448. OLE color: 12196448.
HSL color Cylindrical-coordinate representation of color #601ABA: hue angle of 266.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601ABA is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 26 | 186 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.27 |
| HSL | 266.25º | 0.75% | 0.42% | - |
| HSV(B) | 266.25º | 0.86% | 0.73% | - |
| XYZ | 14.06 | 6.77 | 47.02 | - |
| YUV | 65.17 | 196.19 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 26 | 186 | 0.48 | 0.86 | 0 | 0.27 | 266.25 | 0.75 | 0.42 |
| Hex | 60 | 1A | BA | 30 | 56 | 0 | 1B | 10A | 4B | 2A |
| Octal | 140 | 32 | 272 | 60 | 126 | 0 | 33 | 412 | 113 | 52 |
| Binary | 1100000 | 11010 | 10111010 | 110000 | 1010110 | 0 | 11011 | 100001010 | 1001011 | 101010 |
Color Harmonies of #601ABA
Complementary color
Monochromatic Colors of #601ABA
Black with #601ABA
Text Example
Text Example
White with #601ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601ABA; }
p { color: rgb(96,26,186); }
H1.HeaderClassName
{
color: #601ABA;
}
.AnyTagClassName
{
color: #601ABA;
}
</style>
background-color css
<style>
a { background-color: #601ABA; }
a { background-color: rgb(96,26,186); }
div.DivClassName
{
background-color: #601ABA;
}
.BgClassName
{
background-color: #601ABA;
}
</style>
border-color css
<style>
span { border-color: #601ABA; }
span { border-color: rgb(96,26,186); }
td.TdClassName
{
border-color: #601ABA;
}
.TagClassName
{
border-color: #601ABA;
}
</style>