Shades of Purple Heart #450FBC
Tints of Purple Heart #450FBC
RGB
CMYK
RGB Variations
Color information
#450FBC (or 0x450FBC) is known color: Purple Heart. HEX triplet: 45, 0F and BC. RGB value is (69,15,188). Sum of RGB (Red+Green+Blue) = 69+15+188=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #450FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450FBC is #BAF043. Grayscale: #323232. Windows color (decimal): -12251204 or 12324677. OLE color: 12324677.
HSL color Cylindrical-coordinate representation of color #450FBC: hue angle of 258.73º 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 #450FBC is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 15 | 188 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.26 |
| HSL | 258.73º | 0.85% | 0.4% | - |
| HSV(B) | 258.73º | 0.92% | 0.74% | - |
| XYZ | 11.7 | 5.24 | 47.97 | - |
| YUV | 50.87 | 205.39 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 188 | 0.63 | 0.92 | 0 | 0.26 | 258.73 | 0.85 | 0.4 |
| Hex | 45 | F | BC | 3F | 5C | 0 | 1A | 103 | 55 | 28 |
| Octal | 105 | 17 | 274 | 77 | 134 | 0 | 32 | 403 | 125 | 50 |
| Binary | 1000101 | 1111 | 10111100 | 111111 | 1011100 | 0 | 11010 | 100000011 | 1010101 | 101000 |
Color Harmonies of #450FBC
Complementary color
Monochromatic Colors of #450FBC
Black with #450FBC
Text Example
Text Example
White with #450FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FBC; }
p { color: rgb(69,15,188); }
H1.HeaderClassName
{
color: #450FBC;
}
.AnyTagClassName
{
color: #450FBC;
}
</style>
background-color css
<style>
a { background-color: #450FBC; }
a { background-color: rgb(69,15,188); }
div.DivClassName
{
background-color: #450FBC;
}
.BgClassName
{
background-color: #450FBC;
}
</style>
border-color css
<style>
span { border-color: #450FBC; }
span { border-color: rgb(69,15,188); }
td.TdClassName
{
border-color: #450FBC;
}
.TagClassName
{
border-color: #450FBC;
}
</style>