Shades of Purple Heart #6121BA
Tints of Purple Heart #6121BA
RGB
CMYK
RGB Variations
Color information
#6121BA (or 0x6121BA) is known color: Purple Heart. HEX triplet: 61, 21 and BA. RGB value is (97,33,186). Sum of RGB (Red+Green+Blue) = 97+33+186=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #6121BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6121BA is #9EDE45. Grayscale: #454545. Windows color (decimal): -10411590 or 12198241. OLE color: 12198241.
HSL color Cylindrical-coordinate representation of color #6121BA: hue angle of 265.1º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6121BA is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 33 | 186 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.27 |
| HSL | 265.1º | 0.7% | 0.43% | - |
| HSV(B) | 265.1º | 0.82% | 0.73% | - |
| XYZ | 14.34 | 7.17 | 47.08 | - |
| YUV | 69.58 | 193.7 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 186 | 0.48 | 0.82 | 0 | 0.27 | 265.1 | 0.7 | 0.43 |
| Hex | 61 | 21 | BA | 30 | 52 | 0 | 1B | 109 | 46 | 2B |
| Octal | 141 | 41 | 272 | 60 | 122 | 0 | 33 | 411 | 106 | 53 |
| Binary | 1100001 | 100001 | 10111010 | 110000 | 1010010 | 0 | 11011 | 100001001 | 1000110 | 101011 |
Color Harmonies of #6121BA
Complementary color
Monochromatic Colors of #6121BA
Black with #6121BA
Text Example
Text Example
White with #6121BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6121BA; }
p { color: rgb(97,33,186); }
H1.HeaderClassName
{
color: #6121BA;
}
.AnyTagClassName
{
color: #6121BA;
}
</style>
background-color css
<style>
a { background-color: #6121BA; }
a { background-color: rgb(97,33,186); }
div.DivClassName
{
background-color: #6121BA;
}
.BgClassName
{
background-color: #6121BA;
}
</style>
border-color css
<style>
span { border-color: #6121BA; }
span { border-color: rgb(97,33,186); }
td.TdClassName
{
border-color: #6121BA;
}
.TagClassName
{
border-color: #6121BA;
}
</style>