Shades of Purple Heart #6114CA
Tints of Purple Heart #6114CA
RGB
CMYK
RGB Variations
Color information
#6114CA (or 0x6114CA) is known color: Purple Heart. HEX triplet: 61, 14 and CA. RGB value is (97,20,202). Sum of RGB (Red+Green+Blue) = 97+20+202=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #6114CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6114CA is #9EEB35. Grayscale: #3F3F3F. Windows color (decimal): -10414902 or 13243489. OLE color: 13243489.
HSL color Cylindrical-coordinate representation of color #6114CA: hue angle of 265.38º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6114CA is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 20 | 202 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.21 |
| HSL | 265.38º | 0.82% | 0.44% | - |
| HSV(B) | 265.38º | 0.9% | 0.79% | - |
| XYZ | 15.84 | 7.31 | 56.45 | - |
| YUV | 63.77 | 206.01 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 20 | 202 | 0.52 | 0.90 | 0 | 0.21 | 265.38 | 0.82 | 0.44 |
| Hex | 61 | 14 | CA | 34 | 5A | 0 | 15 | 109 | 52 | 2C |
| Octal | 141 | 24 | 312 | 64 | 132 | 0 | 25 | 411 | 122 | 54 |
| Binary | 1100001 | 10100 | 11001010 | 110100 | 1011010 | 0 | 10101 | 100001001 | 1010010 | 101100 |
Color Harmonies of #6114CA
Complementary color
Monochromatic Colors of #6114CA
Black with #6114CA
Text Example
Text Example
White with #6114CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6114CA; }
p { color: rgb(97,20,202); }
H1.HeaderClassName
{
color: #6114CA;
}
.AnyTagClassName
{
color: #6114CA;
}
</style>
background-color css
<style>
a { background-color: #6114CA; }
a { background-color: rgb(97,20,202); }
div.DivClassName
{
background-color: #6114CA;
}
.BgClassName
{
background-color: #6114CA;
}
</style>
border-color css
<style>
span { border-color: #6114CA; }
span { border-color: rgb(97,20,202); }
td.TdClassName
{
border-color: #6114CA;
}
.TagClassName
{
border-color: #6114CA;
}
</style>