Shades of Purple Heart #6131E1
Tints of Purple Heart #6131E1
RGB
CMYK
RGB Variations
Color information
#6131E1 (or 0x6131E1) is known color: Purple Heart. HEX triplet: 61, 31 and E1. RGB value is (97,49,225). Sum of RGB (Red+Green+Blue) = 97+49+225=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #6131E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6131E1 is #9ECE1E. Grayscale: #525252. Windows color (decimal): -10407455 or 14758241. OLE color: 14758241.
HSL color Cylindrical-coordinate representation of color #6131E1: hue angle of 256.36º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6131E1 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 49 | 225 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.12 |
| HSL | 256.36º | 0.75% | 0.54% | - |
| HSV(B) | 256.36º | 0.78% | 0.88% | - |
| XYZ | 19.62 | 10.17 | 72.16 | - |
| YUV | 83.42 | 207.9 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 225 | 0.57 | 0.78 | 0 | 0.12 | 256.36 | 0.75 | 0.54 |
| Hex | 61 | 31 | E1 | 39 | 4E | 0 | C | 100 | 4B | 36 |
| Octal | 141 | 61 | 341 | 71 | 116 | 0 | 14 | 400 | 113 | 66 |
| Binary | 1100001 | 110001 | 11100001 | 111001 | 1001110 | 0 | 1100 | 100000000 | 1001011 | 110110 |
Color Harmonies of #6131E1
Complementary color
Monochromatic Colors of #6131E1
Black with #6131E1
Text Example
Text Example
White with #6131E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6131E1; }
p { color: rgb(97,49,225); }
H1.HeaderClassName
{
color: #6131E1;
}
.AnyTagClassName
{
color: #6131E1;
}
</style>
background-color css
<style>
a { background-color: #6131E1; }
a { background-color: rgb(97,49,225); }
div.DivClassName
{
background-color: #6131E1;
}
.BgClassName
{
background-color: #6131E1;
}
</style>
border-color css
<style>
span { border-color: #6131E1; }
span { border-color: rgb(97,49,225); }
td.TdClassName
{
border-color: #6131E1;
}
.TagClassName
{
border-color: #6131E1;
}
</style>