Shades of Purple Heart #450EBC
Tints of Purple Heart #450EBC
RGB
CMYK
RGB Variations
Color information
#450EBC (or 0x450EBC) is known color: Purple Heart. HEX triplet: 45, 0E and BC. RGB value is (69,14,188). Sum of RGB (Red+Green+Blue) = 69+14+188=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #450EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450EBC is #BAF143. Grayscale: #313131. Windows color (decimal): -12251460 or 12324421. OLE color: 12324421.
HSL color Cylindrical-coordinate representation of color #450EBC: hue angle of 258.97º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450EBC is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 14 | 188 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.26 |
| HSL | 258.97º | 0.86% | 0.4% | - |
| HSV(B) | 258.97º | 0.93% | 0.74% | - |
| XYZ | 11.69 | 5.21 | 47.97 | - |
| YUV | 50.28 | 205.72 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 188 | 0.63 | 0.93 | 0 | 0.26 | 258.97 | 0.86 | 0.4 |
| Hex | 45 | E | BC | 3F | 5D | 0 | 1A | 103 | 56 | 28 |
| Octal | 105 | 16 | 274 | 77 | 135 | 0 | 32 | 403 | 126 | 50 |
| Binary | 1000101 | 1110 | 10111100 | 111111 | 1011101 | 0 | 11010 | 100000011 | 1010110 | 101000 |
Color Harmonies of #450EBC
Complementary color
Monochromatic Colors of #450EBC
Black with #450EBC
Text Example
Text Example
White with #450EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450EBC; }
p { color: rgb(69,14,188); }
H1.HeaderClassName
{
color: #450EBC;
}
.AnyTagClassName
{
color: #450EBC;
}
</style>
background-color css
<style>
a { background-color: #450EBC; }
a { background-color: rgb(69,14,188); }
div.DivClassName
{
background-color: #450EBC;
}
.BgClassName
{
background-color: #450EBC;
}
</style>
border-color css
<style>
span { border-color: #450EBC; }
span { border-color: rgb(69,14,188); }
td.TdClassName
{
border-color: #450EBC;
}
.TagClassName
{
border-color: #450EBC;
}
</style>