Shades of Purple Heart #450EC9
Tints of Purple Heart #450EC9
RGB
CMYK
RGB Variations
Color information
#450EC9 (or 0x450EC9) is known color: Purple Heart. HEX triplet: 45, 0E and C9. RGB value is (69,14,201). Sum of RGB (Red+Green+Blue) = 69+14+201=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 201 (78.91% from 255 or 70.77% from 284); Max value from RGB is 201 - color contains mainly: blue. Hex color #450EC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450EC9 is #BAF136. Grayscale: #333333. Windows color (decimal): -12251447 or 13176389. OLE color: 13176389.
HSL color Cylindrical-coordinate representation of color #450EC9: hue angle of 257.65º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450EC9 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 14 | 201 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.21 |
| HSL | 257.65º | 0.87% | 0.42% | - |
| HSV(B) | 257.65º | 0.93% | 0.79% | - |
| XYZ | 13.15 | 5.8 | 55.68 | - |
| YUV | 51.76 | 212.22 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 201 | 0.66 | 0.93 | 0 | 0.21 | 257.65 | 0.87 | 0.42 |
| Hex | 45 | E | C9 | 42 | 5D | 0 | 15 | 102 | 57 | 2A |
| Octal | 105 | 16 | 311 | 102 | 135 | 0 | 25 | 402 | 127 | 52 |
| Binary | 1000101 | 1110 | 11001001 | 1000010 | 1011101 | 0 | 10101 | 100000010 | 1010111 | 101010 |
Color Harmonies of #450EC9
Complementary color
Monochromatic Colors of #450EC9
Black with #450EC9
Text Example
Text Example
White with #450EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450EC9; }
p { color: rgb(69,14,201); }
H1.HeaderClassName
{
color: #450EC9;
}
.AnyTagClassName
{
color: #450EC9;
}
</style>
background-color css
<style>
a { background-color: #450EC9; }
a { background-color: rgb(69,14,201); }
div.DivClassName
{
background-color: #450EC9;
}
.BgClassName
{
background-color: #450EC9;
}
</style>
border-color css
<style>
span { border-color: #450EC9; }
span { border-color: rgb(69,14,201); }
td.TdClassName
{
border-color: #450EC9;
}
.TagClassName
{
border-color: #450EC9;
}
</style>