Shades of Purple Heart #610CB8
Tints of Purple Heart #610CB8
RGB
CMYK
RGB Variations
Color information
#610CB8 (or 0x610CB8) is known color: Purple Heart. HEX triplet: 61, 0C and B8. RGB value is (97,12,184). Sum of RGB (Red+Green+Blue) = 97+12+184=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 184 (72.27% from 255 or 62.80% from 293); Max value from RGB is 184 - color contains mainly: blue. Hex color #610CB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610CB8 is #9EF347. Grayscale: #383838. Windows color (decimal): -10416968 or 12061793. OLE color: 12061793.
HSL color Cylindrical-coordinate representation of color #610CB8: hue angle of 269.65º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610CB8 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 12 | 184 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.28 |
| HSL | 269.65º | 0.88% | 0.38% | - |
| HSV(B) | 269.65º | 0.93% | 0.72% | - |
| XYZ | 13.71 | 6.27 | 45.83 | - |
| YUV | 57.02 | 199.66 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 184 | 0.47 | 0.93 | 0 | 0.28 | 269.65 | 0.88 | 0.38 |
| Hex | 61 | C | B8 | 2F | 5D | 0 | 1C | 10E | 58 | 26 |
| Octal | 141 | 14 | 270 | 57 | 135 | 0 | 34 | 416 | 130 | 46 |
| Binary | 1100001 | 1100 | 10111000 | 101111 | 1011101 | 0 | 11100 | 100001110 | 1011000 | 100110 |
Color Harmonies of #610CB8
Complementary color
Monochromatic Colors of #610CB8
Black with #610CB8
Text Example
Text Example
White with #610CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610CB8; }
p { color: rgb(97,12,184); }
H1.HeaderClassName
{
color: #610CB8;
}
.AnyTagClassName
{
color: #610CB8;
}
</style>
background-color css
<style>
a { background-color: #610CB8; }
a { background-color: rgb(97,12,184); }
div.DivClassName
{
background-color: #610CB8;
}
.BgClassName
{
background-color: #610CB8;
}
</style>
border-color css
<style>
span { border-color: #610CB8; }
span { border-color: rgb(97,12,184); }
td.TdClassName
{
border-color: #610CB8;
}
.TagClassName
{
border-color: #610CB8;
}
</style>