Shades of Purple Heart #6131BA
Tints of Purple Heart #6131BA
RGB
CMYK
RGB Variations
Color information
#6131BA (or 0x6131BA) is known color: Purple Heart. HEX triplet: 61, 31 and BA. RGB value is (97,49,186). Sum of RGB (Red+Green+Blue) = 97+49+186=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #6131BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6131BA is #9ECE45. Grayscale: #4E4E4E. Windows color (decimal): -10407494 or 12202337. OLE color: 12202337.
HSL color Cylindrical-coordinate representation of color #6131BA: hue angle of 261.02º 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 #6131BA is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 49 | 186 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.27 |
| HSL | 261.02º | 0.58% | 0.46% | - |
| HSV(B) | 261.02º | 0.74% | 0.73% | - |
| XYZ | 14.89 | 8.28 | 47.27 | - |
| YUV | 78.97 | 188.4 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 186 | 0.48 | 0.74 | 0 | 0.27 | 261.02 | 0.58 | 0.46 |
| Hex | 61 | 31 | BA | 30 | 4A | 0 | 1B | 105 | 3A | 2E |
| Octal | 141 | 61 | 272 | 60 | 112 | 0 | 33 | 405 | 72 | 56 |
| Binary | 1100001 | 110001 | 10111010 | 110000 | 1001010 | 0 | 11011 | 100000101 | 111010 | 101110 |
Color Harmonies of #6131BA
Complementary color
Monochromatic Colors of #6131BA
Black with #6131BA
Text Example
Text Example
White with #6131BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6131BA; }
p { color: rgb(97,49,186); }
H1.HeaderClassName
{
color: #6131BA;
}
.AnyTagClassName
{
color: #6131BA;
}
</style>
background-color css
<style>
a { background-color: #6131BA; }
a { background-color: rgb(97,49,186); }
div.DivClassName
{
background-color: #6131BA;
}
.BgClassName
{
background-color: #6131BA;
}
</style>
border-color css
<style>
span { border-color: #6131BA; }
span { border-color: rgb(97,49,186); }
td.TdClassName
{
border-color: #6131BA;
}
.TagClassName
{
border-color: #6131BA;
}
</style>