Shades of Purple Heart #6E31B1
Tints of Purple Heart #6E31B1
RGB
CMYK
RGB Variations
Color information
#6E31B1 (or 0x6E31B1) is known color: Purple Heart. HEX triplet: 6E, 31 and B1. RGB value is (110,49,177). Sum of RGB (Red+Green+Blue) = 110+49+177=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #6E31B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E31B1 is #91CE4E. Grayscale: #515151. Windows color (decimal): -9555535 or 11612526. OLE color: 11612526.
HSL color Cylindrical-coordinate representation of color #6E31B1: hue angle of 268.59º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E31B1 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 49 | 177 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.31 |
| HSL | 268.59º | 0.57% | 0.44% | - |
| HSV(B) | 268.59º | 0.72% | 0.69% | - |
| XYZ | 15.46 | 8.69 | 42.46 | - |
| YUV | 81.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 177 | 0.38 | 0.72 | 0 | 0.31 | 268.59 | 0.57 | 0.44 |
| Hex | 6E | 31 | B1 | 26 | 48 | 0 | 1F | 10D | 39 | 2C |
| Octal | 156 | 61 | 261 | 46 | 110 | 0 | 37 | 415 | 71 | 54 |
| Binary | 1101110 | 110001 | 10110001 | 100110 | 1001000 | 0 | 11111 | 100001101 | 111001 | 101100 |
Color Harmonies of #6E31B1
Complementary color
Monochromatic Colors of #6E31B1
Black with #6E31B1
Text Example
Text Example
White with #6E31B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E31B1; }
p { color: rgb(110,49,177); }
H1.HeaderClassName
{
color: #6E31B1;
}
.AnyTagClassName
{
color: #6E31B1;
}
</style>
background-color css
<style>
a { background-color: #6E31B1; }
a { background-color: rgb(110,49,177); }
div.DivClassName
{
background-color: #6E31B1;
}
.BgClassName
{
background-color: #6E31B1;
}
</style>
border-color css
<style>
span { border-color: #6E31B1; }
span { border-color: rgb(110,49,177); }
td.TdClassName
{
border-color: #6E31B1;
}
.TagClassName
{
border-color: #6E31B1;
}
</style>