Shades of Purple Heart #6129DD
Tints of Purple Heart #6129DD
RGB
CMYK
RGB Variations
Color information
#6129DD (or 0x6129DD) is known color: Purple Heart. HEX triplet: 61, 29 and DD. RGB value is (97,41,221). Sum of RGB (Red+Green+Blue) = 97+41+221=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #6129DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6129DD is #9ED622. Grayscale: #4D4D4D. Windows color (decimal): -10409507 or 14494049. OLE color: 14494049.
HSL color Cylindrical-coordinate representation of color #6129DD: hue angle of 258.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6129DD is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 41 | 221 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.13 |
| HSL | 258.67º | 0.73% | 0.51% | - |
| HSV(B) | 258.67º | 0.81% | 0.87% | - |
| XYZ | 18.77 | 9.35 | 69.22 | - |
| YUV | 78.26 | 208.55 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 41 | 221 | 0.56 | 0.81 | 0 | 0.13 | 258.67 | 0.73 | 0.51 |
| Hex | 61 | 29 | DD | 38 | 51 | 0 | D | 103 | 49 | 33 |
| Octal | 141 | 51 | 335 | 70 | 121 | 0 | 15 | 403 | 111 | 63 |
| Binary | 1100001 | 101001 | 11011101 | 111000 | 1010001 | 0 | 1101 | 100000011 | 1001001 | 110011 |
Color Harmonies of #6129DD
Complementary color
Monochromatic Colors of #6129DD
Black with #6129DD
Text Example
Text Example
White with #6129DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6129DD; }
p { color: rgb(97,41,221); }
H1.HeaderClassName
{
color: #6129DD;
}
.AnyTagClassName
{
color: #6129DD;
}
</style>
background-color css
<style>
a { background-color: #6129DD; }
a { background-color: rgb(97,41,221); }
div.DivClassName
{
background-color: #6129DD;
}
.BgClassName
{
background-color: #6129DD;
}
</style>
border-color css
<style>
span { border-color: #6129DD; }
span { border-color: rgb(97,41,221); }
td.TdClassName
{
border-color: #6129DD;
}
.TagClassName
{
border-color: #6129DD;
}
</style>