Shades of Purple Heart #610DC4
Tints of Purple Heart #610DC4
RGB
CMYK
RGB Variations
Color information
#610DC4 (or 0x610DC4) is known color: Purple Heart. HEX triplet: 61, 0D and C4. RGB value is (97,13,196). Sum of RGB (Red+Green+Blue) = 97+13+196=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 196 (76.95% from 255 or 64.05% from 306); Max value from RGB is 196 - color contains mainly: blue. Hex color #610DC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610DC4 is #9EF23B. Grayscale: #3A3A3A. Windows color (decimal): -10416700 or 12848481. OLE color: 12848481.
HSL color Cylindrical-coordinate representation of color #610DC4: hue angle of 267.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610DC4 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 13 | 196 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.23 |
| HSL | 267.54º | 0.88% | 0.41% | - |
| HSV(B) | 267.54º | 0.93% | 0.77% | - |
| XYZ | 15.04 | 6.81 | 52.75 | - |
| YUV | 58.98 | 205.33 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 196 | 0.51 | 0.93 | 0 | 0.23 | 267.54 | 0.88 | 0.41 |
| Hex | 61 | D | C4 | 33 | 5D | 0 | 17 | 10C | 58 | 29 |
| Octal | 141 | 15 | 304 | 63 | 135 | 0 | 27 | 414 | 130 | 51 |
| Binary | 1100001 | 1101 | 11000100 | 110011 | 1011101 | 0 | 10111 | 100001100 | 1011000 | 101001 |
Color Harmonies of #610DC4
Complementary color
Monochromatic Colors of #610DC4
Black with #610DC4
Text Example
Text Example
White with #610DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610DC4; }
p { color: rgb(97,13,196); }
H1.HeaderClassName
{
color: #610DC4;
}
.AnyTagClassName
{
color: #610DC4;
}
</style>
background-color css
<style>
a { background-color: #610DC4; }
a { background-color: rgb(97,13,196); }
div.DivClassName
{
background-color: #610DC4;
}
.BgClassName
{
background-color: #610DC4;
}
</style>
border-color css
<style>
span { border-color: #610DC4; }
span { border-color: rgb(97,13,196); }
td.TdClassName
{
border-color: #610DC4;
}
.TagClassName
{
border-color: #610DC4;
}
</style>