Shades of Purple Heart #610DCA
Tints of Purple Heart #610DCA
RGB
CMYK
RGB Variations
Color information
#610DCA (or 0x610DCA) is known color: Purple Heart. HEX triplet: 61, 0D and CA. RGB value is (97,13,202). Sum of RGB (Red+Green+Blue) = 97+13+202=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #610DCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610DCA is #9EF235. Grayscale: #3A3A3A. Windows color (decimal): -10416694 or 13241697. OLE color: 13241697.
HSL color Cylindrical-coordinate representation of color #610DCA: hue angle of 266.67º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610DCA is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 13 | 202 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.21 |
| HSL | 266.67º | 0.88% | 0.42% | - |
| HSV(B) | 266.67º | 0.94% | 0.79% | - |
| XYZ | 15.73 | 7.09 | 56.42 | - |
| YUV | 59.66 | 208.33 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 202 | 0.52 | 0.94 | 0 | 0.21 | 266.67 | 0.88 | 0.42 |
| Hex | 61 | D | CA | 34 | 5E | 0 | 15 | 10B | 58 | 2A |
| Octal | 141 | 15 | 312 | 64 | 136 | 0 | 25 | 413 | 130 | 52 |
| Binary | 1100001 | 1101 | 11001010 | 110100 | 1011110 | 0 | 10101 | 100001011 | 1011000 | 101010 |
Color Harmonies of #610DCA
Complementary color
Monochromatic Colors of #610DCA
Black with #610DCA
Text Example
Text Example
White with #610DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610DCA; }
p { color: rgb(97,13,202); }
H1.HeaderClassName
{
color: #610DCA;
}
.AnyTagClassName
{
color: #610DCA;
}
</style>
background-color css
<style>
a { background-color: #610DCA; }
a { background-color: rgb(97,13,202); }
div.DivClassName
{
background-color: #610DCA;
}
.BgClassName
{
background-color: #610DCA;
}
</style>
border-color css
<style>
span { border-color: #610DCA; }
span { border-color: rgb(97,13,202); }
td.TdClassName
{
border-color: #610DCA;
}
.TagClassName
{
border-color: #610DCA;
}
</style>