Shades of Purple Heart #450EBA
Tints of Purple Heart #450EBA
RGB
CMYK
RGB Variations
Color information
#450EBA (or 0x450EBA) is known color: Purple Heart. HEX triplet: 45, 0E and BA. RGB value is (69,14,186). Sum of RGB (Red+Green+Blue) = 69+14+186=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #450EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450EBA is #BAF145. Grayscale: #313131. Windows color (decimal): -12251462 or 12193349. OLE color: 12193349.
HSL color Cylindrical-coordinate representation of color #450EBA: hue angle of 259.19º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450EBA is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 14 | 186 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.27 |
| HSL | 259.19º | 0.86% | 0.39% | - |
| HSV(B) | 259.19º | 0.92% | 0.73% | - |
| XYZ | 11.47 | 5.12 | 46.84 | - |
| YUV | 50.05 | 204.72 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 186 | 0.63 | 0.92 | 0 | 0.27 | 259.19 | 0.86 | 0.39 |
| Hex | 45 | E | BA | 3F | 5C | 0 | 1B | 103 | 56 | 27 |
| Octal | 105 | 16 | 272 | 77 | 134 | 0 | 33 | 403 | 126 | 47 |
| Binary | 1000101 | 1110 | 10111010 | 111111 | 1011100 | 0 | 11011 | 100000011 | 1010110 | 100111 |
Color Harmonies of #450EBA
Complementary color
Monochromatic Colors of #450EBA
Black with #450EBA
Text Example
Text Example
White with #450EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450EBA; }
p { color: rgb(69,14,186); }
H1.HeaderClassName
{
color: #450EBA;
}
.AnyTagClassName
{
color: #450EBA;
}
</style>
background-color css
<style>
a { background-color: #450EBA; }
a { background-color: rgb(69,14,186); }
div.DivClassName
{
background-color: #450EBA;
}
.BgClassName
{
background-color: #450EBA;
}
</style>
border-color css
<style>
span { border-color: #450EBA; }
span { border-color: rgb(69,14,186); }
td.TdClassName
{
border-color: #450EBA;
}
.TagClassName
{
border-color: #450EBA;
}
</style>