Shades of Purple Heart #6117CA
Tints of Purple Heart #6117CA
RGB
CMYK
RGB Variations
Color information
#6117CA (or 0x6117CA) is known color: Purple Heart. HEX triplet: 61, 17 and CA. RGB value is (97,23,202). Sum of RGB (Red+Green+Blue) = 97+23+202=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #6117CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6117CA is #9EE835. Grayscale: #404040. Windows color (decimal): -10414134 or 13244257. OLE color: 13244257.
HSL color Cylindrical-coordinate representation of color #6117CA: hue angle of 264.8º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6117CA is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 23 | 202 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.21 |
| HSL | 264.8º | 0.8% | 0.44% | - |
| HSV(B) | 264.8º | 0.89% | 0.79% | - |
| XYZ | 15.9 | 7.42 | 56.47 | - |
| YUV | 65.53 | 205.02 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 202 | 0.52 | 0.89 | 0 | 0.21 | 264.8 | 0.8 | 0.44 |
| Hex | 61 | 17 | CA | 34 | 59 | 0 | 15 | 109 | 50 | 2C |
| Octal | 141 | 27 | 312 | 64 | 131 | 0 | 25 | 411 | 120 | 54 |
| Binary | 1100001 | 10111 | 11001010 | 110100 | 1011001 | 0 | 10101 | 100001001 | 1010000 | 101100 |
Color Harmonies of #6117CA
Complementary color
Monochromatic Colors of #6117CA
Black with #6117CA
Text Example
Text Example
White with #6117CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6117CA; }
p { color: rgb(97,23,202); }
H1.HeaderClassName
{
color: #6117CA;
}
.AnyTagClassName
{
color: #6117CA;
}
</style>
background-color css
<style>
a { background-color: #6117CA; }
a { background-color: rgb(97,23,202); }
div.DivClassName
{
background-color: #6117CA;
}
.BgClassName
{
background-color: #6117CA;
}
</style>
border-color css
<style>
span { border-color: #6117CA; }
span { border-color: rgb(97,23,202); }
td.TdClassName
{
border-color: #6117CA;
}
.TagClassName
{
border-color: #6117CA;
}
</style>