Shades of Purple Heart #6E16C6
Tints of Purple Heart #6E16C6
RGB
CMYK
RGB Variations
Color information
#6E16C6 (or 0x6E16C6) is known color: Purple Heart. HEX triplet: 6E, 16 and C6. RGB value is (110,22,198). Sum of RGB (Red+Green+Blue) = 110+22+198=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #6E16C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E16C6 is #91E939. Grayscale: #434343. Windows color (decimal): -9562426 or 12981870. OLE color: 12981870.
HSL color Cylindrical-coordinate representation of color #6E16C6: hue angle of 270º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E16C6 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 22 | 198 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.22 |
| HSL | 270º | 0.8% | 0.43% | - |
| HSV(B) | 270º | 0.89% | 0.78% | - |
| XYZ | 16.91 | 7.97 | 54.07 | - |
| YUV | 68.38 | 201.15 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 198 | 0.44 | 0.89 | 0 | 0.22 | 270 | 0.8 | 0.43 |
| Hex | 6E | 16 | C6 | 2C | 59 | 0 | 16 | 10E | 50 | 2B |
| Octal | 156 | 26 | 306 | 54 | 131 | 0 | 26 | 416 | 120 | 53 |
| Binary | 1101110 | 10110 | 11000110 | 101100 | 1011001 | 0 | 10110 | 100001110 | 1010000 | 101011 |
Color Harmonies of #6E16C6
Complementary color
Monochromatic Colors of #6E16C6
Black with #6E16C6
Text Example
Text Example
White with #6E16C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E16C6; }
p { color: rgb(110,22,198); }
H1.HeaderClassName
{
color: #6E16C6;
}
.AnyTagClassName
{
color: #6E16C6;
}
</style>
background-color css
<style>
a { background-color: #6E16C6; }
a { background-color: rgb(110,22,198); }
div.DivClassName
{
background-color: #6E16C6;
}
.BgClassName
{
background-color: #6E16C6;
}
</style>
border-color css
<style>
span { border-color: #6E16C6; }
span { border-color: rgb(110,22,198); }
td.TdClassName
{
border-color: #6E16C6;
}
.TagClassName
{
border-color: #6E16C6;
}
</style>