Shades of Purple Heart #6E17CE
Tints of Purple Heart #6E17CE
RGB
CMYK
RGB Variations
Color information
#6E17CE (or 0x6E17CE) is known color: Purple Heart. HEX triplet: 6E, 17 and CE. RGB value is (110,23,206). Sum of RGB (Red+Green+Blue) = 110+23+206=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E17CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E17CE is #91E831. Grayscale: #454545. Windows color (decimal): -9562162 or 13506414. OLE color: 13506414.
HSL color Cylindrical-coordinate representation of color #6E17CE: hue angle of 268.52º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E17CE is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 23 | 206 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.19 |
| HSL | 268.52º | 0.8% | 0.45% | - |
| HSV(B) | 268.52º | 0.89% | 0.81% | - |
| XYZ | 17.88 | 8.38 | 59.07 | - |
| YUV | 69.88 | 204.82 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 206 | 0.47 | 0.89 | 0 | 0.19 | 268.52 | 0.8 | 0.45 |
| Hex | 6E | 17 | CE | 2F | 59 | 0 | 13 | 10D | 50 | 2D |
| Octal | 156 | 27 | 316 | 57 | 131 | 0 | 23 | 415 | 120 | 55 |
| Binary | 1101110 | 10111 | 11001110 | 101111 | 1011001 | 0 | 10011 | 100001101 | 1010000 | 101101 |
Color Harmonies of #6E17CE
Complementary color
Monochromatic Colors of #6E17CE
Black with #6E17CE
Text Example
Text Example
White with #6E17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E17CE; }
p { color: rgb(110,23,206); }
H1.HeaderClassName
{
color: #6E17CE;
}
.AnyTagClassName
{
color: #6E17CE;
}
</style>
background-color css
<style>
a { background-color: #6E17CE; }
a { background-color: rgb(110,23,206); }
div.DivClassName
{
background-color: #6E17CE;
}
.BgClassName
{
background-color: #6E17CE;
}
</style>
border-color css
<style>
span { border-color: #6E17CE; }
span { border-color: rgb(110,23,206); }
td.TdClassName
{
border-color: #6E17CE;
}
.TagClassName
{
border-color: #6E17CE;
}
</style>