Shades of Purple Heart #6E17C0
Tints of Purple Heart #6E17C0
RGB
CMYK
RGB Variations
Color information
#6E17C0 (or 0x6E17C0) is known color: Purple Heart. HEX triplet: 6E, 17 and C0. RGB value is (110,23,192). Sum of RGB (Red+Green+Blue) = 110+23+192=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 192 (75.39% from 255 or 59.08% from 325); Max value from RGB is 192 - color contains mainly: blue. Hex color #6E17C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E17C0 is #91E83F. Grayscale: #434343. Windows color (decimal): -9562176 or 12588910. OLE color: 12588910.
HSL color Cylindrical-coordinate representation of color #6E17C0: hue angle of 270.89º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E17C0 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 23 | 192 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.25 |
| HSL | 270.89º | 0.79% | 0.42% | - |
| HSV(B) | 270.89º | 0.88% | 0.75% | - |
| XYZ | 16.25 | 7.73 | 50.51 | - |
| YUV | 68.28 | 197.82 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 192 | 0.43 | 0.88 | 0 | 0.25 | 270.89 | 0.79 | 0.42 |
| Hex | 6E | 17 | C0 | 2B | 58 | 0 | 19 | 10F | 4F | 2A |
| Octal | 156 | 27 | 300 | 53 | 130 | 0 | 31 | 417 | 117 | 52 |
| Binary | 1101110 | 10111 | 11000000 | 101011 | 1011000 | 0 | 11001 | 100001111 | 1001111 | 101010 |
Color Harmonies of #6E17C0
Complementary color
Monochromatic Colors of #6E17C0
Black with #6E17C0
Text Example
Text Example
White with #6E17C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E17C0; }
p { color: rgb(110,23,192); }
H1.HeaderClassName
{
color: #6E17C0;
}
.AnyTagClassName
{
color: #6E17C0;
}
</style>
background-color css
<style>
a { background-color: #6E17C0; }
a { background-color: rgb(110,23,192); }
div.DivClassName
{
background-color: #6E17C0;
}
.BgClassName
{
background-color: #6E17C0;
}
</style>
border-color css
<style>
span { border-color: #6E17C0; }
span { border-color: rgb(110,23,192); }
td.TdClassName
{
border-color: #6E17C0;
}
.TagClassName
{
border-color: #6E17C0;
}
</style>