Shades of Purple Heart #6126DD
Tints of Purple Heart #6126DD
RGB
CMYK
RGB Variations
Color information
#6126DD (or 0x6126DD) is known color: Purple Heart. HEX triplet: 61, 26 and DD. RGB value is (97,38,221). Sum of RGB (Red+Green+Blue) = 97+38+221=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #6126DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6126DD is #9ED922. Grayscale: #4B4B4B. Windows color (decimal): -10410275 or 14493281. OLE color: 14493281.
HSL color Cylindrical-coordinate representation of color #6126DD: hue angle of 259.34º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6126DD is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 38 | 221 | - |
| CMYK | 0.56 | 0.83 | 0 | 0.13 |
| HSL | 259.34º | 0.73% | 0.51% | - |
| HSV(B) | 259.34º | 0.83% | 0.87% | - |
| XYZ | 18.67 | 9.15 | 69.19 | - |
| YUV | 76.5 | 209.55 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 38 | 221 | 0.56 | 0.83 | 0 | 0.13 | 259.34 | 0.73 | 0.51 |
| Hex | 61 | 26 | DD | 38 | 53 | 0 | D | 103 | 49 | 33 |
| Octal | 141 | 46 | 335 | 70 | 123 | 0 | 15 | 403 | 111 | 63 |
| Binary | 1100001 | 100110 | 11011101 | 111000 | 1010011 | 0 | 1101 | 100000011 | 1001001 | 110011 |
Color Harmonies of #6126DD
Complementary color
Monochromatic Colors of #6126DD
Black with #6126DD
Text Example
Text Example
White with #6126DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6126DD; }
p { color: rgb(97,38,221); }
H1.HeaderClassName
{
color: #6126DD;
}
.AnyTagClassName
{
color: #6126DD;
}
</style>
background-color css
<style>
a { background-color: #6126DD; }
a { background-color: rgb(97,38,221); }
div.DivClassName
{
background-color: #6126DD;
}
.BgClassName
{
background-color: #6126DD;
}
</style>
border-color css
<style>
span { border-color: #6126DD; }
span { border-color: rgb(97,38,221); }
td.TdClassName
{
border-color: #6126DD;
}
.TagClassName
{
border-color: #6126DD;
}
</style>