Shades of Purple Heart #6E37BB
Tints of Purple Heart #6E37BB
RGB
CMYK
RGB Variations
Color information
#6E37BB (or 0x6E37BB) is known color: Purple Heart. HEX triplet: 6E, 37 and BB. RGB value is (110,55,187). Sum of RGB (Red+Green+Blue) = 110+55+187=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E37BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E37BB is #91C844. Grayscale: #565656. Windows color (decimal): -9553989 or 12269422. OLE color: 12269422.
HSL color Cylindrical-coordinate representation of color #6E37BB: hue angle of 265º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E37BB is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 55 | 187 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.27 |
| HSL | 265º | 0.55% | 0.47% | - |
| HSV(B) | 265º | 0.71% | 0.73% | - |
| XYZ | 16.77 | 9.64 | 47.99 | - |
| YUV | 86.49 | 184.72 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 187 | 0.41 | 0.71 | 0 | 0.27 | 265 | 0.55 | 0.47 |
| Hex | 6E | 37 | BB | 29 | 47 | 0 | 1B | 109 | 37 | 2F |
| Octal | 156 | 67 | 273 | 51 | 107 | 0 | 33 | 411 | 67 | 57 |
| Binary | 1101110 | 110111 | 10111011 | 101001 | 1000111 | 0 | 11011 | 100001001 | 110111 | 101111 |
Color Harmonies of #6E37BB
Complementary color
Monochromatic Colors of #6E37BB
Black with #6E37BB
Text Example
Text Example
White with #6E37BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E37BB; }
p { color: rgb(110,55,187); }
H1.HeaderClassName
{
color: #6E37BB;
}
.AnyTagClassName
{
color: #6E37BB;
}
</style>
background-color css
<style>
a { background-color: #6E37BB; }
a { background-color: rgb(110,55,187); }
div.DivClassName
{
background-color: #6E37BB;
}
.BgClassName
{
background-color: #6E37BB;
}
</style>
border-color css
<style>
span { border-color: #6E37BB; }
span { border-color: rgb(110,55,187); }
td.TdClassName
{
border-color: #6E37BB;
}
.TagClassName
{
border-color: #6E37BB;
}
</style>