Shades of Purple Heart #6E16CA
Tints of Purple Heart #6E16CA
RGB
CMYK
RGB Variations
Color information
#6E16CA (or 0x6E16CA) is known color: Purple Heart. HEX triplet: 6E, 16 and CA. RGB value is (110,22,202). Sum of RGB (Red+Green+Blue) = 110+22+202=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E16CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E16CA is #91E935. Grayscale: #444444. Windows color (decimal): -9562422 or 13244014. OLE color: 13244014.
HSL color Cylindrical-coordinate representation of color #6E16CA: hue angle of 269.33º 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 #6E16CA is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 22 | 202 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.21 |
| HSL | 269.33º | 0.8% | 0.44% | - |
| HSV(B) | 269.33º | 0.89% | 0.79% | - |
| XYZ | 17.38 | 8.15 | 56.53 | - |
| YUV | 68.83 | 203.15 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 202 | 0.46 | 0.89 | 0 | 0.21 | 269.33 | 0.8 | 0.44 |
| Hex | 6E | 16 | CA | 2E | 59 | 0 | 15 | 10D | 50 | 2C |
| Octal | 156 | 26 | 312 | 56 | 131 | 0 | 25 | 415 | 120 | 54 |
| Binary | 1101110 | 10110 | 11001010 | 101110 | 1011001 | 0 | 10101 | 100001101 | 1010000 | 101100 |
Color Harmonies of #6E16CA
Complementary color
Monochromatic Colors of #6E16CA
Black with #6E16CA
Text Example
Text Example
White with #6E16CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E16CA; }
p { color: rgb(110,22,202); }
H1.HeaderClassName
{
color: #6E16CA;
}
.AnyTagClassName
{
color: #6E16CA;
}
</style>
background-color css
<style>
a { background-color: #6E16CA; }
a { background-color: rgb(110,22,202); }
div.DivClassName
{
background-color: #6E16CA;
}
.BgClassName
{
background-color: #6E16CA;
}
</style>
border-color css
<style>
span { border-color: #6E16CA; }
span { border-color: rgb(110,22,202); }
td.TdClassName
{
border-color: #6E16CA;
}
.TagClassName
{
border-color: #6E16CA;
}
</style>