Shades of Purple Heart #610DB1
Tints of Purple Heart #610DB1
RGB
CMYK
RGB Variations
Color information
#610DB1 (or 0x610DB1) is known color: Purple Heart. HEX triplet: 61, 0D and B1. RGB value is (97,13,177). Sum of RGB (Red+Green+Blue) = 97+13+177=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 177 (69.53% from 255 or 61.67% from 287); Max value from RGB is 177 - color contains mainly: blue. Hex color #610DB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610DB1 is #9EF24E. Grayscale: #383838. Windows color (decimal): -10416719 or 11603297. OLE color: 11603297.
HSL color Cylindrical-coordinate representation of color #610DB1: hue angle of 270.73º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610DB1 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 13 | 177 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.31 |
| HSL | 270.73º | 0.86% | 0.37% | - |
| HSV(B) | 270.73º | 0.93% | 0.69% | - |
| XYZ | 13.01 | 6 | 42.07 | - |
| YUV | 56.81 | 195.83 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 177 | 0.45 | 0.93 | 0 | 0.31 | 270.73 | 0.86 | 0.37 |
| Hex | 61 | D | B1 | 2D | 5D | 0 | 1F | 10F | 56 | 25 |
| Octal | 141 | 15 | 261 | 55 | 135 | 0 | 37 | 417 | 126 | 45 |
| Binary | 1100001 | 1101 | 10110001 | 101101 | 1011101 | 0 | 11111 | 100001111 | 1010110 | 100101 |
Color Harmonies of #610DB1
Complementary color
Monochromatic Colors of #610DB1
Black with #610DB1
Text Example
Text Example
White with #610DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610DB1; }
p { color: rgb(97,13,177); }
H1.HeaderClassName
{
color: #610DB1;
}
.AnyTagClassName
{
color: #610DB1;
}
</style>
background-color css
<style>
a { background-color: #610DB1; }
a { background-color: rgb(97,13,177); }
div.DivClassName
{
background-color: #610DB1;
}
.BgClassName
{
background-color: #610DB1;
}
</style>
border-color css
<style>
span { border-color: #610DB1; }
span { border-color: rgb(97,13,177); }
td.TdClassName
{
border-color: #610DB1;
}
.TagClassName
{
border-color: #610DB1;
}
</style>