Shades of Purple Heart #6129DB
Tints of Purple Heart #6129DB
RGB
CMYK
RGB Variations
Color information
#6129DB (or 0x6129DB) is known color: Purple Heart. HEX triplet: 61, 29 and DB. RGB value is (97,41,219). Sum of RGB (Red+Green+Blue) = 97+41+219=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #6129DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6129DB is #9ED624. Grayscale: #4D4D4D. Windows color (decimal): -10409509 or 14362977. OLE color: 14362977.
HSL color Cylindrical-coordinate representation of color #6129DB: hue angle of 258.88º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6129DB is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 41 | 219 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.14 |
| HSL | 258.88º | 0.71% | 0.51% | - |
| HSV(B) | 258.88º | 0.81% | 0.86% | - |
| XYZ | 18.51 | 9.24 | 67.83 | - |
| YUV | 78.04 | 207.55 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 219 | 0.56 | 0.81 | 0 | 0.14 | 258.88 | 0.71 | 0.51 |
| Hex | 61 | 29 | DB | 38 | 51 | 0 | E | 103 | 47 | 33 |
| Octal | 141 | 51 | 333 | 70 | 121 | 0 | 16 | 403 | 107 | 63 |
| Binary | 1100001 | 101001 | 11011011 | 111000 | 1010001 | 0 | 1110 | 100000011 | 1000111 | 110011 |
Color Harmonies of #6129DB
Complementary color
Monochromatic Colors of #6129DB
Black with #6129DB
Text Example
Text Example
White with #6129DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6129DB; }
p { color: rgb(97,41,219); }
H1.HeaderClassName
{
color: #6129DB;
}
.AnyTagClassName
{
color: #6129DB;
}
</style>
background-color css
<style>
a { background-color: #6129DB; }
a { background-color: rgb(97,41,219); }
div.DivClassName
{
background-color: #6129DB;
}
.BgClassName
{
background-color: #6129DB;
}
</style>
border-color css
<style>
span { border-color: #6129DB; }
span { border-color: rgb(97,41,219); }
td.TdClassName
{
border-color: #6129DB;
}
.TagClassName
{
border-color: #6129DB;
}
</style>