Shades of Purple Heart #6031E1
Tints of Purple Heart #6031E1
RGB
CMYK
RGB Variations
Color information
#6031E1 (or 0x6031E1) is known color: Purple Heart. HEX triplet: 60, 31 and E1. RGB value is (96,49,225). Sum of RGB (Red+Green+Blue) = 96+49+225=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #6031E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6031E1 is #9FCE1E. Grayscale: #525252. Windows color (decimal): -10472991 or 14758240. OLE color: 14758240.
HSL color Cylindrical-coordinate representation of color #6031E1: hue angle of 256.02º 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 #6031E1 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 49 | 225 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.12 |
| HSL | 256.02º | 0.75% | 0.54% | - |
| HSV(B) | 256.02º | 0.78% | 0.88% | - |
| XYZ | 19.51 | 10.12 | 72.16 | - |
| YUV | 83.12 | 208.07 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 225 | 0.57 | 0.78 | 0 | 0.12 | 256.02 | 0.75 | 0.54 |
| Hex | 60 | 31 | E1 | 39 | 4E | 0 | C | 100 | 4B | 36 |
| Octal | 140 | 61 | 341 | 71 | 116 | 0 | 14 | 400 | 113 | 66 |
| Binary | 1100000 | 110001 | 11100001 | 111001 | 1001110 | 0 | 1100 | 100000000 | 1001011 | 110110 |
Color Harmonies of #6031E1
Complementary color
Monochromatic Colors of #6031E1
Black with #6031E1
Text Example
Text Example
White with #6031E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6031E1; }
p { color: rgb(96,49,225); }
H1.HeaderClassName
{
color: #6031E1;
}
.AnyTagClassName
{
color: #6031E1;
}
</style>
background-color css
<style>
a { background-color: #6031E1; }
a { background-color: rgb(96,49,225); }
div.DivClassName
{
background-color: #6031E1;
}
.BgClassName
{
background-color: #6031E1;
}
</style>
border-color css
<style>
span { border-color: #6031E1; }
span { border-color: rgb(96,49,225); }
td.TdClassName
{
border-color: #6031E1;
}
.TagClassName
{
border-color: #6031E1;
}
</style>