Shades of Purple Heart #610BAC
Tints of Purple Heart #610BAC
RGB
CMYK
RGB Variations
Color information
#610BAC (or 0x610BAC) is known color: Purple Heart. HEX triplet: 61, 0B and AC. RGB value is (97,11,172). Sum of RGB (Red+Green+Blue) = 97+11+172=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #610BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610BAC is #9EF453. Grayscale: #363636. Windows color (decimal): -10417236 or 11275105. OLE color: 11275105.
HSL color Cylindrical-coordinate representation of color #610BAC: hue angle of 272.05º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610BAC is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 11 | 172 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.33 |
| HSL | 272.05º | 0.88% | 0.36% | - |
| HSV(B) | 272.05º | 0.94% | 0.67% | - |
| XYZ | 12.5 | 5.76 | 39.48 | - |
| YUV | 55.07 | 193.99 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 172 | 0.44 | 0.94 | 0 | 0.33 | 272.05 | 0.88 | 0.36 |
| Hex | 61 | B | AC | 2C | 5E | 0 | 21 | 110 | 58 | 24 |
| Octal | 141 | 13 | 254 | 54 | 136 | 0 | 41 | 420 | 130 | 44 |
| Binary | 1100001 | 1011 | 10101100 | 101100 | 1011110 | 0 | 100001 | 100010000 | 1011000 | 100100 |
Color Harmonies of #610BAC
Complementary color
Monochromatic Colors of #610BAC
Black with #610BAC
Text Example
Text Example
White with #610BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610BAC; }
p { color: rgb(97,11,172); }
H1.HeaderClassName
{
color: #610BAC;
}
.AnyTagClassName
{
color: #610BAC;
}
</style>
background-color css
<style>
a { background-color: #610BAC; }
a { background-color: rgb(97,11,172); }
div.DivClassName
{
background-color: #610BAC;
}
.BgClassName
{
background-color: #610BAC;
}
</style>
border-color css
<style>
span { border-color: #610BAC; }
span { border-color: rgb(97,11,172); }
td.TdClassName
{
border-color: #610BAC;
}
.TagClassName
{
border-color: #610BAC;
}
</style>