Shades of Purple Heart #6104C6
Tints of Purple Heart #6104C6
RGB
CMYK
RGB Variations
Color information
#6104C6 (or 0x6104C6) is known color: Purple Heart. HEX triplet: 61, 04 and C6. RGB value is (97,4,198). Sum of RGB (Red+Green+Blue) = 97+4+198=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 198 (77.73% from 255 or 66.22% from 299); Max value from RGB is 198 - color contains mainly: blue. Hex color #6104C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6104C6 is #9EFB39. Grayscale: #353535. Windows color (decimal): -10419002 or 12977249. OLE color: 12977249.
HSL color Cylindrical-coordinate representation of color #6104C6: hue angle of 268.76º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6104C6 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 4 | 198 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.22 |
| HSL | 268.76º | 0.96% | 0.4% | - |
| HSV(B) | 268.76º | 0.98% | 0.78% | - |
| XYZ | 15.17 | 6.71 | 53.92 | - |
| YUV | 53.92 | 209.31 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 198 | 0.51 | 0.98 | 0 | 0.22 | 268.76 | 0.96 | 0.4 |
| Hex | 61 | 4 | C6 | 33 | 62 | 0 | 16 | 10D | 60 | 28 |
| Octal | 141 | 4 | 306 | 63 | 142 | 0 | 26 | 415 | 140 | 50 |
| Binary | 1100001 | 100 | 11000110 | 110011 | 1100010 | 0 | 10110 | 100001101 | 1100000 | 101000 |
Color Harmonies of #6104C6
Complementary color
Monochromatic Colors of #6104C6
Black with #6104C6
Text Example
Text Example
White with #6104C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6104C6; }
p { color: rgb(97,4,198); }
H1.HeaderClassName
{
color: #6104C6;
}
.AnyTagClassName
{
color: #6104C6;
}
</style>
background-color css
<style>
a { background-color: #6104C6; }
a { background-color: rgb(97,4,198); }
div.DivClassName
{
background-color: #6104C6;
}
.BgClassName
{
background-color: #6104C6;
}
</style>
border-color css
<style>
span { border-color: #6104C6; }
span { border-color: rgb(97,4,198); }
td.TdClassName
{
border-color: #6104C6;
}
.TagClassName
{
border-color: #6104C6;
}
</style>