Shades of Purple Heart #450FBD
Tints of Purple Heart #450FBD
RGB
CMYK
RGB Variations
Color information
#450FBD (or 0x450FBD) is known color: Purple Heart. HEX triplet: 45, 0F and BD. RGB value is (69,15,189). Sum of RGB (Red+Green+Blue) = 69+15+189=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #450FBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450FBD is #BAF042. Grayscale: #323232. Windows color (decimal): -12251203 or 12390213. OLE color: 12390213.
HSL color Cylindrical-coordinate representation of color #450FBD: hue angle of 258.62º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450FBD is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 15 | 189 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.26 |
| HSL | 258.62º | 0.85% | 0.4% | - |
| HSV(B) | 258.62º | 0.92% | 0.74% | - |
| XYZ | 11.81 | 5.28 | 48.54 | - |
| YUV | 50.98 | 205.89 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 189 | 0.63 | 0.92 | 0 | 0.26 | 258.62 | 0.85 | 0.4 |
| Hex | 45 | F | BD | 3F | 5C | 0 | 1A | 103 | 55 | 28 |
| Octal | 105 | 17 | 275 | 77 | 134 | 0 | 32 | 403 | 125 | 50 |
| Binary | 1000101 | 1111 | 10111101 | 111111 | 1011100 | 0 | 11010 | 100000011 | 1010101 | 101000 |
Color Harmonies of #450FBD
Complementary color
Monochromatic Colors of #450FBD
Black with #450FBD
Text Example
Text Example
White with #450FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FBD; }
p { color: rgb(69,15,189); }
H1.HeaderClassName
{
color: #450FBD;
}
.AnyTagClassName
{
color: #450FBD;
}
</style>
background-color css
<style>
a { background-color: #450FBD; }
a { background-color: rgb(69,15,189); }
div.DivClassName
{
background-color: #450FBD;
}
.BgClassName
{
background-color: #450FBD;
}
</style>
border-color css
<style>
span { border-color: #450FBD; }
span { border-color: rgb(69,15,189); }
td.TdClassName
{
border-color: #450FBD;
}
.TagClassName
{
border-color: #450FBD;
}
</style>