Shades of Purple Heart #610AD0
Tints of Purple Heart #610AD0
RGB
CMYK
RGB Variations
Color information
#610AD0 (or 0x610AD0) is known color: Purple Heart. HEX triplet: 61, 0A and D0. RGB value is (97,10,208). Sum of RGB (Red+Green+Blue) = 97+10+208=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 208 (81.64% from 255 or 66.03% from 315); Max value from RGB is 208 - color contains mainly: blue. Hex color #610AD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610AD0 is #9EF52F. Grayscale: #393939. Windows color (decimal): -10417456 or 13634145. OLE color: 13634145.
HSL color Cylindrical-coordinate representation of color #610AD0: hue angle of 266.36º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610AD0 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 10 | 208 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.18 |
| HSL | 266.36º | 0.91% | 0.43% | - |
| HSV(B) | 266.36º | 0.95% | 0.82% | - |
| XYZ | 16.42 | 7.31 | 60.22 | - |
| YUV | 58.59 | 212.32 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 208 | 0.53 | 0.95 | 0 | 0.18 | 266.36 | 0.91 | 0.43 |
| Hex | 61 | A | D0 | 35 | 5F | 0 | 12 | 10A | 5B | 2B |
| Octal | 141 | 12 | 320 | 65 | 137 | 0 | 22 | 412 | 133 | 53 |
| Binary | 1100001 | 1010 | 11010000 | 110101 | 1011111 | 0 | 10010 | 100001010 | 1011011 | 101011 |
Color Harmonies of #610AD0
Complementary color
Monochromatic Colors of #610AD0
Black with #610AD0
Text Example
Text Example
White with #610AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610AD0; }
p { color: rgb(97,10,208); }
H1.HeaderClassName
{
color: #610AD0;
}
.AnyTagClassName
{
color: #610AD0;
}
</style>
background-color css
<style>
a { background-color: #610AD0; }
a { background-color: rgb(97,10,208); }
div.DivClassName
{
background-color: #610AD0;
}
.BgClassName
{
background-color: #610AD0;
}
</style>
border-color css
<style>
span { border-color: #610AD0; }
span { border-color: rgb(97,10,208); }
td.TdClassName
{
border-color: #610AD0;
}
.TagClassName
{
border-color: #610AD0;
}
</style>