Shades of Purple Heart #6105C5
Tints of Purple Heart #6105C5
RGB
CMYK
RGB Variations
Color information
#6105C5 (or 0x6105C5) is known color: Purple Heart. HEX triplet: 61, 05 and C5. RGB value is (97,5,197). Sum of RGB (Red+Green+Blue) = 97+5+197=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 197 (77.34% from 255 or 65.89% from 299); Max value from RGB is 197 - color contains mainly: blue. Hex color #6105C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6105C5 is #9EFA3A. Grayscale: #353535. Windows color (decimal): -10418747 or 12911969. OLE color: 12911969.
HSL color Cylindrical-coordinate representation of color #6105C5: hue angle of 268.75º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6105C5 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 5 | 197 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.23 |
| HSL | 268.75º | 0.95% | 0.4% | - |
| HSV(B) | 268.75º | 0.97% | 0.77% | - |
| XYZ | 15.06 | 6.68 | 53.32 | - |
| YUV | 54.4 | 208.48 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 197 | 0.51 | 0.97 | 0 | 0.23 | 268.75 | 0.95 | 0.4 |
| Hex | 61 | 5 | C5 | 33 | 61 | 0 | 17 | 10D | 5F | 28 |
| Octal | 141 | 5 | 305 | 63 | 141 | 0 | 27 | 415 | 137 | 50 |
| Binary | 1100001 | 101 | 11000101 | 110011 | 1100001 | 0 | 10111 | 100001101 | 1011111 | 101000 |
Color Harmonies of #6105C5
Complementary color
Monochromatic Colors of #6105C5
Black with #6105C5
Text Example
Text Example
White with #6105C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6105C5; }
p { color: rgb(97,5,197); }
H1.HeaderClassName
{
color: #6105C5;
}
.AnyTagClassName
{
color: #6105C5;
}
</style>
background-color css
<style>
a { background-color: #6105C5; }
a { background-color: rgb(97,5,197); }
div.DivClassName
{
background-color: #6105C5;
}
.BgClassName
{
background-color: #6105C5;
}
</style>
border-color css
<style>
span { border-color: #6105C5; }
span { border-color: rgb(97,5,197); }
td.TdClassName
{
border-color: #6105C5;
}
.TagClassName
{
border-color: #6105C5;
}
</style>