Shades of Purple Heart #6E45BB
Tints of Purple Heart #6E45BB
RGB
CMYK
RGB Variations
Color information
#6E45BB (or 0x6E45BB) is known color: Purple Heart. HEX triplet: 6E, 45 and BB. RGB value is (110,69,187). Sum of RGB (Red+Green+Blue) = 110+69+187=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E45BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E45BB is #91BA44. Grayscale: #5E5E5E. Windows color (decimal): -9550405 or 12273006. OLE color: 12273006.
HSL color Cylindrical-coordinate representation of color #6E45BB: hue angle of 260.85º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E45BB is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 69 | 187 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.27 |
| HSL | 260.85º | 0.46% | 0.5% | - |
| HSV(B) | 260.85º | 0.63% | 0.73% | - |
| XYZ | 17.53 | 11.16 | 48.24 | - |
| YUV | 94.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 69 | 187 | 0.41 | 0.63 | 0 | 0.27 | 260.85 | 0.46 | 0.5 |
| Hex | 6E | 45 | BB | 29 | 3F | 0 | 1B | 105 | 2E | 32 |
| Octal | 156 | 105 | 273 | 51 | 77 | 0 | 33 | 405 | 56 | 62 |
| Binary | 1101110 | 1000101 | 10111011 | 101001 | 111111 | 0 | 11011 | 100000101 | 101110 | 110010 |
Color Harmonies of #6E45BB
Complementary color
Monochromatic Colors of #6E45BB
Black with #6E45BB
Text Example
Text Example
White with #6E45BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E45BB; }
p { color: rgb(110,69,187); }
H1.HeaderClassName
{
color: #6E45BB;
}
.AnyTagClassName
{
color: #6E45BB;
}
</style>
background-color css
<style>
a { background-color: #6E45BB; }
a { background-color: rgb(110,69,187); }
div.DivClassName
{
background-color: #6E45BB;
}
.BgClassName
{
background-color: #6E45BB;
}
</style>
border-color css
<style>
span { border-color: #6E45BB; }
span { border-color: rgb(110,69,187); }
td.TdClassName
{
border-color: #6E45BB;
}
.TagClassName
{
border-color: #6E45BB;
}
</style>