Shades of Purple Heart #610DC0
Tints of Purple Heart #610DC0
RGB
CMYK
RGB Variations
Color information
#610DC0 (or 0x610DC0) is known color: Purple Heart. HEX triplet: 61, 0D and C0. RGB value is (97,13,192). Sum of RGB (Red+Green+Blue) = 97+13+192=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #610DC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610DC0 is #9EF23F. Grayscale: #393939. Windows color (decimal): -10416704 or 12586337. OLE color: 12586337.
HSL color Cylindrical-coordinate representation of color #610DC0: hue angle of 268.16º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610DC0 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 13 | 192 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.25 |
| HSL | 268.16º | 0.87% | 0.4% | - |
| HSV(B) | 268.16º | 0.93% | 0.75% | - |
| XYZ | 14.59 | 6.64 | 50.38 | - |
| YUV | 58.52 | 203.33 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 192 | 0.49 | 0.93 | 0 | 0.25 | 268.16 | 0.87 | 0.4 |
| Hex | 61 | D | C0 | 31 | 5D | 0 | 19 | 10C | 57 | 28 |
| Octal | 141 | 15 | 300 | 61 | 135 | 0 | 31 | 414 | 127 | 50 |
| Binary | 1100001 | 1101 | 11000000 | 110001 | 1011101 | 0 | 11001 | 100001100 | 1010111 | 101000 |
Color Harmonies of #610DC0
Complementary color
Monochromatic Colors of #610DC0
Black with #610DC0
Text Example
Text Example
White with #610DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610DC0; }
p { color: rgb(97,13,192); }
H1.HeaderClassName
{
color: #610DC0;
}
.AnyTagClassName
{
color: #610DC0;
}
</style>
background-color css
<style>
a { background-color: #610DC0; }
a { background-color: rgb(97,13,192); }
div.DivClassName
{
background-color: #610DC0;
}
.BgClassName
{
background-color: #610DC0;
}
</style>
border-color css
<style>
span { border-color: #610DC0; }
span { border-color: rgb(97,13,192); }
td.TdClassName
{
border-color: #610DC0;
}
.TagClassName
{
border-color: #610DC0;
}
</style>