Shades of Purple Heart #6E17CB
Tints of Purple Heart #6E17CB
RGB
CMYK
RGB Variations
Color information
#6E17CB (or 0x6E17CB) is known color: Purple Heart. HEX triplet: 6E, 17 and CB. RGB value is (110,23,203). Sum of RGB (Red+Green+Blue) = 110+23+203=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E17CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E17CB is #91E834. Grayscale: #444444. Windows color (decimal): -9562165 or 13309806. OLE color: 13309806.
HSL color Cylindrical-coordinate representation of color #6E17CB: hue angle of 269º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E17CB is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 23 | 203 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.20 |
| HSL | 269º | 0.8% | 0.44% | - |
| HSV(B) | 269º | 0.89% | 0.8% | - |
| XYZ | 17.52 | 8.24 | 57.17 | - |
| YUV | 69.53 | 203.32 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 203 | 0.46 | 0.89 | 0 | 0.20 | 269 | 0.8 | 0.44 |
| Hex | 6E | 17 | CB | 2E | 59 | 0 | 14 | 10D | 50 | 2C |
| Octal | 156 | 27 | 313 | 56 | 131 | 0 | 24 | 415 | 120 | 54 |
| Binary | 1101110 | 10111 | 11001011 | 101110 | 1011001 | 0 | 10100 | 100001101 | 1010000 | 101100 |
Color Harmonies of #6E17CB
Complementary color
Monochromatic Colors of #6E17CB
Black with #6E17CB
Text Example
Text Example
White with #6E17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E17CB; }
p { color: rgb(110,23,203); }
H1.HeaderClassName
{
color: #6E17CB;
}
.AnyTagClassName
{
color: #6E17CB;
}
</style>
background-color css
<style>
a { background-color: #6E17CB; }
a { background-color: rgb(110,23,203); }
div.DivClassName
{
background-color: #6E17CB;
}
.BgClassName
{
background-color: #6E17CB;
}
</style>
border-color css
<style>
span { border-color: #6E17CB; }
span { border-color: rgb(110,23,203); }
td.TdClassName
{
border-color: #6E17CB;
}
.TagClassName
{
border-color: #6E17CB;
}
</style>