Shades of Purple Heart #6115CA
Tints of Purple Heart #6115CA
RGB
CMYK
RGB Variations
Color information
#6115CA (or 0x6115CA) is known color: Purple Heart. HEX triplet: 61, 15 and CA. RGB value is (97,21,202). Sum of RGB (Red+Green+Blue) = 97+21+202=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #6115CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6115CA is #9EEA35. Grayscale: #3F3F3F. Windows color (decimal): -10414646 or 13243745. OLE color: 13243745.
HSL color Cylindrical-coordinate representation of color #6115CA: hue angle of 265.19º degrees, saturation: 0.81, 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 #6115CA is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 21 | 202 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.21 |
| HSL | 265.19º | 0.81% | 0.44% | - |
| HSV(B) | 265.19º | 0.9% | 0.79% | - |
| XYZ | 15.86 | 7.34 | 56.46 | - |
| YUV | 64.36 | 205.68 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 21 | 202 | 0.52 | 0.90 | 0 | 0.21 | 265.19 | 0.81 | 0.44 |
| Hex | 61 | 15 | CA | 34 | 5A | 0 | 15 | 109 | 51 | 2C |
| Octal | 141 | 25 | 312 | 64 | 132 | 0 | 25 | 411 | 121 | 54 |
| Binary | 1100001 | 10101 | 11001010 | 110100 | 1011010 | 0 | 10101 | 100001001 | 1010001 | 101100 |
Color Harmonies of #6115CA
Complementary color
Monochromatic Colors of #6115CA
Black with #6115CA
Text Example
Text Example
White with #6115CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6115CA; }
p { color: rgb(97,21,202); }
H1.HeaderClassName
{
color: #6115CA;
}
.AnyTagClassName
{
color: #6115CA;
}
</style>
background-color css
<style>
a { background-color: #6115CA; }
a { background-color: rgb(97,21,202); }
div.DivClassName
{
background-color: #6115CA;
}
.BgClassName
{
background-color: #6115CA;
}
</style>
border-color css
<style>
span { border-color: #6115CA; }
span { border-color: rgb(97,21,202); }
td.TdClassName
{
border-color: #6115CA;
}
.TagClassName
{
border-color: #6115CA;
}
</style>