Shades of Purple Heart #6E17BB
Tints of Purple Heart #6E17BB
RGB
CMYK
RGB Variations
Color information
#6E17BB (or 0x6E17BB) is known color: Purple Heart. HEX triplet: 6E, 17 and BB. RGB value is (110,23,187). Sum of RGB (Red+Green+Blue) = 110+23+187=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E17BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E17BB is #91E844. Grayscale: #434343. Windows color (decimal): -9562181 or 12261230. OLE color: 12261230.
HSL color Cylindrical-coordinate representation of color #6E17BB: hue angle of 271.83º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E17BB is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 23 | 187 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.27 |
| HSL | 271.83º | 0.78% | 0.41% | - |
| HSV(B) | 271.83º | 0.88% | 0.73% | - |
| XYZ | 15.71 | 7.52 | 47.64 | - |
| YUV | 67.71 | 195.32 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 187 | 0.41 | 0.88 | 0 | 0.27 | 271.83 | 0.78 | 0.41 |
| Hex | 6E | 17 | BB | 29 | 58 | 0 | 1B | 110 | 4E | 29 |
| Octal | 156 | 27 | 273 | 51 | 130 | 0 | 33 | 420 | 116 | 51 |
| Binary | 1101110 | 10111 | 10111011 | 101001 | 1011000 | 0 | 11011 | 100010000 | 1001110 | 101001 |
Color Harmonies of #6E17BB
Complementary color
Monochromatic Colors of #6E17BB
Black with #6E17BB
Text Example
Text Example
White with #6E17BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E17BB; }
p { color: rgb(110,23,187); }
H1.HeaderClassName
{
color: #6E17BB;
}
.AnyTagClassName
{
color: #6E17BB;
}
</style>
background-color css
<style>
a { background-color: #6E17BB; }
a { background-color: rgb(110,23,187); }
div.DivClassName
{
background-color: #6E17BB;
}
.BgClassName
{
background-color: #6E17BB;
}
</style>
border-color css
<style>
span { border-color: #6E17BB; }
span { border-color: rgb(110,23,187); }
td.TdClassName
{
border-color: #6E17BB;
}
.TagClassName
{
border-color: #6E17BB;
}
</style>