Shades of Purple Heart #610AD1
Tints of Purple Heart #610AD1
RGB
CMYK
RGB Variations
Color information
#610AD1 (or 0x610AD1) is known color: Purple Heart. HEX triplet: 61, 0A and D1. RGB value is (97,10,209). Sum of RGB (Red+Green+Blue) = 97+10+209=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 209 (82.03% from 255 or 66.14% from 316); Max value from RGB is 209 - color contains mainly: blue. Hex color #610AD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610AD1 is #9EF52E. Grayscale: #393939. Windows color (decimal): -10417455 or 13699681. OLE color: 13699681.
HSL color Cylindrical-coordinate representation of color #610AD1: hue angle of 266.23º 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 #610AD1 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 10 | 209 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.18 |
| HSL | 266.23º | 0.91% | 0.43% | - |
| HSV(B) | 266.23º | 0.95% | 0.82% | - |
| XYZ | 16.55 | 7.36 | 60.87 | - |
| YUV | 58.7 | 212.82 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 209 | 0.54 | 0.95 | 0 | 0.18 | 266.23 | 0.91 | 0.43 |
| Hex | 61 | A | D1 | 36 | 5F | 0 | 12 | 10A | 5B | 2B |
| Octal | 141 | 12 | 321 | 66 | 137 | 0 | 22 | 412 | 133 | 53 |
| Binary | 1100001 | 1010 | 11010001 | 110110 | 1011111 | 0 | 10010 | 100001010 | 1011011 | 101011 |
Color Harmonies of #610AD1
Complementary color
Monochromatic Colors of #610AD1
Black with #610AD1
Text Example
Text Example
White with #610AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610AD1; }
p { color: rgb(97,10,209); }
H1.HeaderClassName
{
color: #610AD1;
}
.AnyTagClassName
{
color: #610AD1;
}
</style>
background-color css
<style>
a { background-color: #610AD1; }
a { background-color: rgb(97,10,209); }
div.DivClassName
{
background-color: #610AD1;
}
.BgClassName
{
background-color: #610AD1;
}
</style>
border-color css
<style>
span { border-color: #610AD1; }
span { border-color: rgb(97,10,209); }
td.TdClassName
{
border-color: #610AD1;
}
.TagClassName
{
border-color: #610AD1;
}
</style>