Shades of Purple Heart #610ACB
Tints of Purple Heart #610ACB
RGB
CMYK
RGB Variations
Color information
#610ACB (or 0x610ACB) is known color: Purple Heart. HEX triplet: 61, 0A and CB. RGB value is (97,10,203). Sum of RGB (Red+Green+Blue) = 97+10+203=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #610ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610ACB is #9EF534. Grayscale: #393939. Windows color (decimal): -10417461 or 13306465. OLE color: 13306465.
HSL color Cylindrical-coordinate representation of color #610ACB: hue angle of 267.05º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610ACB is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 10 | 203 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.20 |
| HSL | 267.05º | 0.91% | 0.42% | - |
| HSV(B) | 267.05º | 0.95% | 0.8% | - |
| XYZ | 15.82 | 7.07 | 57.03 | - |
| YUV | 58.02 | 209.82 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 203 | 0.52 | 0.95 | 0 | 0.20 | 267.05 | 0.91 | 0.42 |
| Hex | 61 | A | CB | 34 | 5F | 0 | 14 | 10B | 5B | 2A |
| Octal | 141 | 12 | 313 | 64 | 137 | 0 | 24 | 413 | 133 | 52 |
| Binary | 1100001 | 1010 | 11001011 | 110100 | 1011111 | 0 | 10100 | 100001011 | 1011011 | 101010 |
Color Harmonies of #610ACB
Complementary color
Monochromatic Colors of #610ACB
Black with #610ACB
Text Example
Text Example
White with #610ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610ACB; }
p { color: rgb(97,10,203); }
H1.HeaderClassName
{
color: #610ACB;
}
.AnyTagClassName
{
color: #610ACB;
}
</style>
background-color css
<style>
a { background-color: #610ACB; }
a { background-color: rgb(97,10,203); }
div.DivClassName
{
background-color: #610ACB;
}
.BgClassName
{
background-color: #610ACB;
}
</style>
border-color css
<style>
span { border-color: #610ACB; }
span { border-color: rgb(97,10,203); }
td.TdClassName
{
border-color: #610ACB;
}
.TagClassName
{
border-color: #610ACB;
}
</style>