Shades of Purple Heart #6131DB
Tints of Purple Heart #6131DB
RGB
CMYK
RGB Variations
Color information
#6131DB (or 0x6131DB) is known color: Purple Heart. HEX triplet: 61, 31 and DB. RGB value is (97,49,219). Sum of RGB (Red+Green+Blue) = 97+49+219=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #6131DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6131DB is #9ECE24. Grayscale: #525252. Windows color (decimal): -10407461 or 14365025. OLE color: 14365025.
HSL color Cylindrical-coordinate representation of color #6131DB: hue angle of 256.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6131DB is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 49 | 219 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.14 |
| HSL | 256.94º | 0.7% | 0.53% | - |
| HSV(B) | 256.94º | 0.78% | 0.86% | - |
| XYZ | 18.81 | 9.85 | 67.93 | - |
| YUV | 82.73 | 204.9 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 49 | 219 | 0.56 | 0.78 | 0 | 0.14 | 256.94 | 0.7 | 0.53 |
| Hex | 61 | 31 | DB | 38 | 4E | 0 | E | 101 | 46 | 35 |
| Octal | 141 | 61 | 333 | 70 | 116 | 0 | 16 | 401 | 106 | 65 |
| Binary | 1100001 | 110001 | 11011011 | 111000 | 1001110 | 0 | 1110 | 100000001 | 1000110 | 110101 |
Color Harmonies of #6131DB
Complementary color
Monochromatic Colors of #6131DB
Black with #6131DB
Text Example
Text Example
White with #6131DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6131DB; }
p { color: rgb(97,49,219); }
H1.HeaderClassName
{
color: #6131DB;
}
.AnyTagClassName
{
color: #6131DB;
}
</style>
background-color css
<style>
a { background-color: #6131DB; }
a { background-color: rgb(97,49,219); }
div.DivClassName
{
background-color: #6131DB;
}
.BgClassName
{
background-color: #6131DB;
}
</style>
border-color css
<style>
span { border-color: #6131DB; }
span { border-color: rgb(97,49,219); }
td.TdClassName
{
border-color: #6131DB;
}
.TagClassName
{
border-color: #6131DB;
}
</style>