Shades of Purple Heart #6E45BE
Tints of Purple Heart #6E45BE
RGB
CMYK
RGB Variations
Color information
#6E45BE (or 0x6E45BE) is known color: Purple Heart. HEX triplet: 6E, 45 and BE. RGB value is (110,69,190). Sum of RGB (Red+Green+Blue) = 110+69+190=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E45BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E45BE is #91BA41. Grayscale: #5E5E5E. Windows color (decimal): -9550402 or 12469614. OLE color: 12469614.
HSL color Cylindrical-coordinate representation of color #6E45BE: hue angle of 260.33º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E45BE is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 69 | 190 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.25 |
| HSL | 260.33º | 0.48% | 0.51% | - |
| HSV(B) | 260.33º | 0.64% | 0.75% | - |
| XYZ | 17.85 | 11.29 | 49.95 | - |
| YUV | 95.05 | 181.58 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 69 | 190 | 0.42 | 0.64 | 0 | 0.25 | 260.33 | 0.48 | 0.51 |
| Hex | 6E | 45 | BE | 2A | 40 | 0 | 19 | 104 | 30 | 33 |
| Octal | 156 | 105 | 276 | 52 | 100 | 0 | 31 | 404 | 60 | 63 |
| Binary | 1101110 | 1000101 | 10111110 | 101010 | 1000000 | 0 | 11001 | 100000100 | 110000 | 110011 |
Color Harmonies of #6E45BE
Complementary color
Monochromatic Colors of #6E45BE
Black with #6E45BE
Text Example
Text Example
White with #6E45BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E45BE; }
p { color: rgb(110,69,190); }
H1.HeaderClassName
{
color: #6E45BE;
}
.AnyTagClassName
{
color: #6E45BE;
}
</style>
background-color css
<style>
a { background-color: #6E45BE; }
a { background-color: rgb(110,69,190); }
div.DivClassName
{
background-color: #6E45BE;
}
.BgClassName
{
background-color: #6E45BE;
}
</style>
border-color css
<style>
span { border-color: #6E45BE; }
span { border-color: rgb(110,69,190); }
td.TdClassName
{
border-color: #6E45BE;
}
.TagClassName
{
border-color: #6E45BE;
}
</style>