Shades of Purple Heart #610CCD
Tints of Purple Heart #610CCD
RGB
CMYK
RGB Variations
Color information
#610CCD (or 0x610CCD) is known color: Purple Heart. HEX triplet: 61, 0C and CD. RGB value is (97,12,205). Sum of RGB (Red+Green+Blue) = 97+12+205=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #610CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610CCD is #9EF332. Grayscale: #3A3A3A. Windows color (decimal): -10416947 or 13438049. OLE color: 13438049.
HSL color Cylindrical-coordinate representation of color #610CCD: hue angle of 266.42º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610CCD is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 12 | 205 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.20 |
| HSL | 266.42º | 0.89% | 0.43% | - |
| HSV(B) | 266.42º | 0.94% | 0.8% | - |
| XYZ | 16.08 | 7.21 | 58.3 | - |
| YUV | 59.42 | 210.16 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 205 | 0.53 | 0.94 | 0 | 0.20 | 266.42 | 0.89 | 0.43 |
| Hex | 61 | C | CD | 35 | 5E | 0 | 14 | 10A | 59 | 2B |
| Octal | 141 | 14 | 315 | 65 | 136 | 0 | 24 | 412 | 131 | 53 |
| Binary | 1100001 | 1100 | 11001101 | 110101 | 1011110 | 0 | 10100 | 100001010 | 1011001 | 101011 |
Color Harmonies of #610CCD
Complementary color
Monochromatic Colors of #610CCD
Black with #610CCD
Text Example
Text Example
White with #610CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610CCD; }
p { color: rgb(97,12,205); }
H1.HeaderClassName
{
color: #610CCD;
}
.AnyTagClassName
{
color: #610CCD;
}
</style>
background-color css
<style>
a { background-color: #610CCD; }
a { background-color: rgb(97,12,205); }
div.DivClassName
{
background-color: #610CCD;
}
.BgClassName
{
background-color: #610CCD;
}
</style>
border-color css
<style>
span { border-color: #610CCD; }
span { border-color: rgb(97,12,205); }
td.TdClassName
{
border-color: #610CCD;
}
.TagClassName
{
border-color: #610CCD;
}
</style>