Shades of Purple Heart #450DBE
Tints of Purple Heart #450DBE
RGB
CMYK
RGB Variations
Color information
#450DBE (or 0x450DBE) is known color: Purple Heart. HEX triplet: 45, 0D and BE. RGB value is (69,13,190). Sum of RGB (Red+Green+Blue) = 69+13+190=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #450DBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450DBE is #BAF241. Grayscale: #313131. Windows color (decimal): -12251714 or 12455237. OLE color: 12455237.
HSL color Cylindrical-coordinate representation of color #450DBE: hue angle of 258.98º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450DBE is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 13 | 190 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.25 |
| HSL | 258.98º | 0.87% | 0.4% | - |
| HSV(B) | 258.98º | 0.93% | 0.75% | - |
| XYZ | 11.89 | 5.27 | 49.11 | - |
| YUV | 49.92 | 207.05 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 190 | 0.64 | 0.93 | 0 | 0.25 | 258.98 | 0.87 | 0.4 |
| Hex | 45 | D | BE | 40 | 5D | 0 | 19 | 103 | 57 | 28 |
| Octal | 105 | 15 | 276 | 100 | 135 | 0 | 31 | 403 | 127 | 50 |
| Binary | 1000101 | 1101 | 10111110 | 1000000 | 1011101 | 0 | 11001 | 100000011 | 1010111 | 101000 |
Color Harmonies of #450DBE
Complementary color
Monochromatic Colors of #450DBE
Black with #450DBE
Text Example
Text Example
White with #450DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450DBE; }
p { color: rgb(69,13,190); }
H1.HeaderClassName
{
color: #450DBE;
}
.AnyTagClassName
{
color: #450DBE;
}
</style>
background-color css
<style>
a { background-color: #450DBE; }
a { background-color: rgb(69,13,190); }
div.DivClassName
{
background-color: #450DBE;
}
.BgClassName
{
background-color: #450DBE;
}
</style>
border-color css
<style>
span { border-color: #450DBE; }
span { border-color: rgb(69,13,190); }
td.TdClassName
{
border-color: #450DBE;
}
.TagClassName
{
border-color: #450DBE;
}
</style>