Shades of Purple Heart #6E16B4
Tints of Purple Heart #6E16B4
RGB
CMYK
RGB Variations
Color information
#6E16B4 (or 0x6E16B4) is known color: Purple Heart. HEX triplet: 6E, 16 and B4. RGB value is (110,22,180). Sum of RGB (Red+Green+Blue) = 110+22+180=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E16B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E16B4 is #91E94B. Grayscale: #414141. Windows color (decimal): -9562444 or 11802222. OLE color: 11802222.
HSL color Cylindrical-coordinate representation of color #6E16B4: hue angle of 273.42º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E16B4 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 22 | 180 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.29 |
| HSL | 273.42º | 0.78% | 0.4% | - |
| HSV(B) | 273.42º | 0.88% | 0.71% | - |
| XYZ | 14.96 | 7.18 | 43.78 | - |
| YUV | 66.32 | 192.15 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 180 | 0.39 | 0.88 | 0 | 0.29 | 273.42 | 0.78 | 0.4 |
| Hex | 6E | 16 | B4 | 27 | 58 | 0 | 1D | 111 | 4E | 28 |
| Octal | 156 | 26 | 264 | 47 | 130 | 0 | 35 | 421 | 116 | 50 |
| Binary | 1101110 | 10110 | 10110100 | 100111 | 1011000 | 0 | 11101 | 100010001 | 1001110 | 101000 |
Color Harmonies of #6E16B4
Complementary color
Monochromatic Colors of #6E16B4
Black with #6E16B4
Text Example
Text Example
White with #6E16B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E16B4; }
p { color: rgb(110,22,180); }
H1.HeaderClassName
{
color: #6E16B4;
}
.AnyTagClassName
{
color: #6E16B4;
}
</style>
background-color css
<style>
a { background-color: #6E16B4; }
a { background-color: rgb(110,22,180); }
div.DivClassName
{
background-color: #6E16B4;
}
.BgClassName
{
background-color: #6E16B4;
}
</style>
border-color css
<style>
span { border-color: #6E16B4; }
span { border-color: rgb(110,22,180); }
td.TdClassName
{
border-color: #6E16B4;
}
.TagClassName
{
border-color: #6E16B4;
}
</style>