Shades of Purple Heart #6031BA
Tints of Purple Heart #6031BA
RGB
CMYK
RGB Variations
Color information
#6031BA (or 0x6031BA) is known color: Purple Heart. HEX triplet: 60, 31 and BA. RGB value is (96,49,186). Sum of RGB (Red+Green+Blue) = 96+49+186=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #6031BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6031BA is #9FCE45. Grayscale: #4E4E4E. Windows color (decimal): -10473030 or 12202336. OLE color: 12202336.
HSL color Cylindrical-coordinate representation of color #6031BA: hue angle of 260.58º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6031BA is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 49 | 186 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.27 |
| HSL | 260.58º | 0.58% | 0.46% | - |
| HSV(B) | 260.58º | 0.74% | 0.73% | - |
| XYZ | 14.79 | 8.23 | 47.26 | - |
| YUV | 78.67 | 188.57 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 186 | 0.48 | 0.74 | 0 | 0.27 | 260.58 | 0.58 | 0.46 |
| Hex | 60 | 31 | BA | 30 | 4A | 0 | 1B | 105 | 3A | 2E |
| Octal | 140 | 61 | 272 | 60 | 112 | 0 | 33 | 405 | 72 | 56 |
| Binary | 1100000 | 110001 | 10111010 | 110000 | 1001010 | 0 | 11011 | 100000101 | 111010 | 101110 |
Color Harmonies of #6031BA
Complementary color
Monochromatic Colors of #6031BA
Black with #6031BA
Text Example
Text Example
White with #6031BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6031BA; }
p { color: rgb(96,49,186); }
H1.HeaderClassName
{
color: #6031BA;
}
.AnyTagClassName
{
color: #6031BA;
}
</style>
background-color css
<style>
a { background-color: #6031BA; }
a { background-color: rgb(96,49,186); }
div.DivClassName
{
background-color: #6031BA;
}
.BgClassName
{
background-color: #6031BA;
}
</style>
border-color css
<style>
span { border-color: #6031BA; }
span { border-color: rgb(96,49,186); }
td.TdClassName
{
border-color: #6031BA;
}
.TagClassName
{
border-color: #6031BA;
}
</style>