Shades of Purple Heart #6131BD
Tints of Purple Heart #6131BD
RGB
CMYK
RGB Variations
Color information
#6131BD (or 0x6131BD) is known color: Purple Heart. HEX triplet: 61, 31 and BD. RGB value is (97,49,189). Sum of RGB (Red+Green+Blue) = 97+49+189=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #6131BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6131BD is #9ECE42. Grayscale: #4E4E4E. Windows color (decimal): -10407491 or 12398945. OLE color: 12398945.
HSL color Cylindrical-coordinate representation of color #6131BD: hue angle of 260.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6131BD is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 49 | 189 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.26 |
| HSL | 260.57º | 0.59% | 0.47% | - |
| HSV(B) | 260.57º | 0.74% | 0.74% | - |
| XYZ | 15.21 | 8.41 | 48.97 | - |
| YUV | 79.31 | 189.9 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 189 | 0.49 | 0.74 | 0 | 0.26 | 260.57 | 0.59 | 0.47 |
| Hex | 61 | 31 | BD | 31 | 4A | 0 | 1A | 105 | 3B | 2F |
| Octal | 141 | 61 | 275 | 61 | 112 | 0 | 32 | 405 | 73 | 57 |
| Binary | 1100001 | 110001 | 10111101 | 110001 | 1001010 | 0 | 11010 | 100000101 | 111011 | 101111 |
Color Harmonies of #6131BD
Complementary color
Monochromatic Colors of #6131BD
Black with #6131BD
Text Example
Text Example
White with #6131BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6131BD; }
p { color: rgb(97,49,189); }
H1.HeaderClassName
{
color: #6131BD;
}
.AnyTagClassName
{
color: #6131BD;
}
</style>
background-color css
<style>
a { background-color: #6131BD; }
a { background-color: rgb(97,49,189); }
div.DivClassName
{
background-color: #6131BD;
}
.BgClassName
{
background-color: #6131BD;
}
</style>
border-color css
<style>
span { border-color: #6131BD; }
span { border-color: rgb(97,49,189); }
td.TdClassName
{
border-color: #6131BD;
}
.TagClassName
{
border-color: #6131BD;
}
</style>