Shades of Purple Heart #610ECB
Tints of Purple Heart #610ECB
RGB
CMYK
RGB Variations
Color information
#610ECB (or 0x610ECB) is known color: Purple Heart. HEX triplet: 61, 0E and CB. RGB value is (97,14,203). Sum of RGB (Red+Green+Blue) = 97+14+203=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #610ECB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610ECB is #9EF134. Grayscale: #3B3B3B. Windows color (decimal): -10416437 or 13307489. OLE color: 13307489.
HSL color Cylindrical-coordinate representation of color #610ECB: hue angle of 266.35º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610ECB is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 14 | 203 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.20 |
| HSL | 266.35º | 0.87% | 0.43% | - |
| HSV(B) | 266.35º | 0.93% | 0.8% | - |
| XYZ | 15.87 | 7.17 | 57.05 | - |
| YUV | 60.36 | 208.5 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 203 | 0.52 | 0.93 | 0 | 0.20 | 266.35 | 0.87 | 0.43 |
| Hex | 61 | E | CB | 34 | 5D | 0 | 14 | 10A | 57 | 2B |
| Octal | 141 | 16 | 313 | 64 | 135 | 0 | 24 | 412 | 127 | 53 |
| Binary | 1100001 | 1110 | 11001011 | 110100 | 1011101 | 0 | 10100 | 100001010 | 1010111 | 101011 |
Color Harmonies of #610ECB
Complementary color
Monochromatic Colors of #610ECB
Black with #610ECB
Text Example
Text Example
White with #610ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610ECB; }
p { color: rgb(97,14,203); }
H1.HeaderClassName
{
color: #610ECB;
}
.AnyTagClassName
{
color: #610ECB;
}
</style>
background-color css
<style>
a { background-color: #610ECB; }
a { background-color: rgb(97,14,203); }
div.DivClassName
{
background-color: #610ECB;
}
.BgClassName
{
background-color: #610ECB;
}
</style>
border-color css
<style>
span { border-color: #610ECB; }
span { border-color: rgb(97,14,203); }
td.TdClassName
{
border-color: #610ECB;
}
.TagClassName
{
border-color: #610ECB;
}
</style>