Shades of Purple Heart #610DBA
Tints of Purple Heart #610DBA
RGB
CMYK
RGB Variations
Color information
#610DBA (or 0x610DBA) is known color: Purple Heart. HEX triplet: 61, 0D and BA. RGB value is (97,13,186). Sum of RGB (Red+Green+Blue) = 97+13+186=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #610DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610DBA is #9EF245. Grayscale: #393939. Windows color (decimal): -10416710 or 12193121. OLE color: 12193121.
HSL color Cylindrical-coordinate representation of color #610DBA: hue angle of 269.13º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610DBA is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 13 | 186 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.27 |
| HSL | 269.13º | 0.87% | 0.39% | - |
| HSV(B) | 269.13º | 0.93% | 0.73% | - |
| XYZ | 13.94 | 6.37 | 46.95 | - |
| YUV | 57.84 | 200.33 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 186 | 0.48 | 0.93 | 0 | 0.27 | 269.13 | 0.87 | 0.39 |
| Hex | 61 | D | BA | 30 | 5D | 0 | 1B | 10D | 57 | 27 |
| Octal | 141 | 15 | 272 | 60 | 135 | 0 | 33 | 415 | 127 | 47 |
| Binary | 1100001 | 1101 | 10111010 | 110000 | 1011101 | 0 | 11011 | 100001101 | 1010111 | 100111 |
Color Harmonies of #610DBA
Complementary color
Monochromatic Colors of #610DBA
Black with #610DBA
Text Example
Text Example
White with #610DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610DBA; }
p { color: rgb(97,13,186); }
H1.HeaderClassName
{
color: #610DBA;
}
.AnyTagClassName
{
color: #610DBA;
}
</style>
background-color css
<style>
a { background-color: #610DBA; }
a { background-color: rgb(97,13,186); }
div.DivClassName
{
background-color: #610DBA;
}
.BgClassName
{
background-color: #610DBA;
}
</style>
border-color css
<style>
span { border-color: #610DBA; }
span { border-color: rgb(97,13,186); }
td.TdClassName
{
border-color: #610DBA;
}
.TagClassName
{
border-color: #610DBA;
}
</style>