Shades of Purple Heart #6111CA
Tints of Purple Heart #6111CA
RGB
CMYK
RGB Variations
Color information
#6111CA (or 0x6111CA) is known color: Purple Heart. HEX triplet: 61, 11 and CA. RGB value is (97,17,202). Sum of RGB (Red+Green+Blue) = 97+17+202=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #6111CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6111CA is #9EEE35. Grayscale: #3D3D3D. Windows color (decimal): -10415670 or 13242721. OLE color: 13242721.
HSL color Cylindrical-coordinate representation of color #6111CA: hue angle of 265.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6111CA is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 17 | 202 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.21 |
| HSL | 265.95º | 0.84% | 0.43% | - |
| HSV(B) | 265.95º | 0.92% | 0.79% | - |
| XYZ | 15.79 | 7.21 | 56.44 | - |
| YUV | 62.01 | 207 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 202 | 0.52 | 0.92 | 0 | 0.21 | 265.95 | 0.84 | 0.43 |
| Hex | 61 | 11 | CA | 34 | 5C | 0 | 15 | 10A | 54 | 2B |
| Octal | 141 | 21 | 312 | 64 | 134 | 0 | 25 | 412 | 124 | 53 |
| Binary | 1100001 | 10001 | 11001010 | 110100 | 1011100 | 0 | 10101 | 100001010 | 1010100 | 101011 |
Color Harmonies of #6111CA
Complementary color
Monochromatic Colors of #6111CA
Black with #6111CA
Text Example
Text Example
White with #6111CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6111CA; }
p { color: rgb(97,17,202); }
H1.HeaderClassName
{
color: #6111CA;
}
.AnyTagClassName
{
color: #6111CA;
}
</style>
background-color css
<style>
a { background-color: #6111CA; }
a { background-color: rgb(97,17,202); }
div.DivClassName
{
background-color: #6111CA;
}
.BgClassName
{
background-color: #6111CA;
}
</style>
border-color css
<style>
span { border-color: #6111CA; }
span { border-color: rgb(97,17,202); }
td.TdClassName
{
border-color: #6111CA;
}
.TagClassName
{
border-color: #6111CA;
}
</style>