Shades of Purple Heart #6011BA
Tints of Purple Heart #6011BA
RGB
CMYK
RGB Variations
Color information
#6011BA (or 0x6011BA) is known color: Purple Heart. HEX triplet: 60, 11 and BA. RGB value is (96,17,186). Sum of RGB (Red+Green+Blue) = 96+17+186=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #6011BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6011BA is #9FEE45. Grayscale: #3B3B3B. Windows color (decimal): -10481222 or 12194144. OLE color: 12194144.
HSL color Cylindrical-coordinate representation of color #6011BA: hue angle of 268.05º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6011BA is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 17 | 186 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.27 |
| HSL | 268.05º | 0.83% | 0.4% | - |
| HSV(B) | 268.05º | 0.91% | 0.73% | - |
| XYZ | 13.89 | 6.43 | 46.96 | - |
| YUV | 59.89 | 199.17 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 186 | 0.48 | 0.91 | 0 | 0.27 | 268.05 | 0.83 | 0.4 |
| Hex | 60 | 11 | BA | 30 | 5B | 0 | 1B | 10C | 53 | 28 |
| Octal | 140 | 21 | 272 | 60 | 133 | 0 | 33 | 414 | 123 | 50 |
| Binary | 1100000 | 10001 | 10111010 | 110000 | 1011011 | 0 | 11011 | 100001100 | 1010011 | 101000 |
Color Harmonies of #6011BA
Complementary color
Monochromatic Colors of #6011BA
Black with #6011BA
Text Example
Text Example
White with #6011BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6011BA; }
p { color: rgb(96,17,186); }
H1.HeaderClassName
{
color: #6011BA;
}
.AnyTagClassName
{
color: #6011BA;
}
</style>
background-color css
<style>
a { background-color: #6011BA; }
a { background-color: rgb(96,17,186); }
div.DivClassName
{
background-color: #6011BA;
}
.BgClassName
{
background-color: #6011BA;
}
</style>
border-color css
<style>
span { border-color: #6011BA; }
span { border-color: rgb(96,17,186); }
td.TdClassName
{
border-color: #6011BA;
}
.TagClassName
{
border-color: #6011BA;
}
</style>