Shades of Purple Heart #6127D9
Tints of Purple Heart #6127D9
RGB
CMYK
RGB Variations
Color information
#6127D9 (or 0x6127D9) is known color: Purple Heart. HEX triplet: 61, 27 and D9. RGB value is (97,39,217). Sum of RGB (Red+Green+Blue) = 97+39+217=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 217 (85.16% from 255 or 61.47% from 353); Max value from RGB is 217 - color contains mainly: blue. Hex color #6127D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6127D9 is #9ED826. Grayscale: #4B4B4B. Windows color (decimal): -10410023 or 14231393. OLE color: 14231393.
HSL color Cylindrical-coordinate representation of color #6127D9: hue angle of 259.55º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6127D9 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 39 | 217 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.15 |
| HSL | 259.55º | 0.7% | 0.5% | - |
| HSV(B) | 259.55º | 0.82% | 0.85% | - |
| XYZ | 18.18 | 9 | 66.43 | - |
| YUV | 76.63 | 207.22 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 217 | 0.55 | 0.82 | 0 | 0.15 | 259.55 | 0.7 | 0.5 |
| Hex | 61 | 27 | D9 | 37 | 52 | 0 | F | 104 | 46 | 32 |
| Octal | 141 | 47 | 331 | 67 | 122 | 0 | 17 | 404 | 106 | 62 |
| Binary | 1100001 | 100111 | 11011001 | 110111 | 1010010 | 0 | 1111 | 100000100 | 1000110 | 110010 |
Color Harmonies of #6127D9
Complementary color
Monochromatic Colors of #6127D9
Black with #6127D9
Text Example
Text Example
White with #6127D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6127D9; }
p { color: rgb(97,39,217); }
H1.HeaderClassName
{
color: #6127D9;
}
.AnyTagClassName
{
color: #6127D9;
}
</style>
background-color css
<style>
a { background-color: #6127D9; }
a { background-color: rgb(97,39,217); }
div.DivClassName
{
background-color: #6127D9;
}
.BgClassName
{
background-color: #6127D9;
}
</style>
border-color css
<style>
span { border-color: #6127D9; }
span { border-color: rgb(97,39,217); }
td.TdClassName
{
border-color: #6127D9;
}
.TagClassName
{
border-color: #6127D9;
}
</style>