Shades of Purple Heart #450FBE
Tints of Purple Heart #450FBE
RGB
CMYK
RGB Variations
Color information
#450FBE (or 0x450FBE) is known color: Purple Heart. HEX triplet: 45, 0F and BE. RGB value is (69,15,190). Sum of RGB (Red+Green+Blue) = 69+15+190=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #450FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450FBE is #BAF041. Grayscale: #323232. Windows color (decimal): -12251202 or 12455749. OLE color: 12455749.
HSL color Cylindrical-coordinate representation of color #450FBE: hue angle of 258.51º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450FBE is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 15 | 190 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.25 |
| HSL | 258.51º | 0.85% | 0.4% | - |
| HSV(B) | 258.51º | 0.92% | 0.75% | - |
| XYZ | 11.92 | 5.32 | 49.11 | - |
| YUV | 51.1 | 206.39 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 190 | 0.64 | 0.92 | 0 | 0.25 | 258.51 | 0.85 | 0.4 |
| Hex | 45 | F | BE | 40 | 5C | 0 | 19 | 103 | 55 | 28 |
| Octal | 105 | 17 | 276 | 100 | 134 | 0 | 31 | 403 | 125 | 50 |
| Binary | 1000101 | 1111 | 10111110 | 1000000 | 1011100 | 0 | 11001 | 100000011 | 1010101 | 101000 |
Color Harmonies of #450FBE
Complementary color
Monochromatic Colors of #450FBE
Black with #450FBE
Text Example
Text Example
White with #450FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FBE; }
p { color: rgb(69,15,190); }
H1.HeaderClassName
{
color: #450FBE;
}
.AnyTagClassName
{
color: #450FBE;
}
</style>
background-color css
<style>
a { background-color: #450FBE; }
a { background-color: rgb(69,15,190); }
div.DivClassName
{
background-color: #450FBE;
}
.BgClassName
{
background-color: #450FBE;
}
</style>
border-color css
<style>
span { border-color: #450FBE; }
span { border-color: rgb(69,15,190); }
td.TdClassName
{
border-color: #450FBE;
}
.TagClassName
{
border-color: #450FBE;
}
</style>