Shades of Purple Heart #451DBF
Tints of Purple Heart #451DBF
RGB
CMYK
RGB Variations
Color information
#451DBF (or 0x451DBF) is known color: Purple Heart. HEX triplet: 45, 1D and BF. RGB value is (69,29,191). Sum of RGB (Red+Green+Blue) = 69+29+191=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #451DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451DBF is #BAE240. Grayscale: #3A3A3A. Windows color (decimal): -12247617 or 12524869. OLE color: 12524869.
HSL color Cylindrical-coordinate representation of color #451DBF: hue angle of 254.81º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451DBF is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 29 | 191 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.25 |
| HSL | 254.81º | 0.74% | 0.43% | - |
| HSV(B) | 254.81º | 0.85% | 0.75% | - |
| XYZ | 12.3 | 5.91 | 49.78 | - |
| YUV | 59.43 | 202.25 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 191 | 0.64 | 0.85 | 0 | 0.25 | 254.81 | 0.74 | 0.43 |
| Hex | 45 | 1D | BF | 40 | 55 | 0 | 19 | FF | 4A | 2B |
| Octal | 105 | 35 | 277 | 100 | 125 | 0 | 31 | 377 | 112 | 53 |
| Binary | 1000101 | 11101 | 10111111 | 1000000 | 1010101 | 0 | 11001 | 11111111 | 1001010 | 101011 |
Color Harmonies of #451DBF
Complementary color
Monochromatic Colors of #451DBF
Black with #451DBF
Text Example
Text Example
White with #451DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451DBF; }
p { color: rgb(69,29,191); }
H1.HeaderClassName
{
color: #451DBF;
}
.AnyTagClassName
{
color: #451DBF;
}
</style>
background-color css
<style>
a { background-color: #451DBF; }
a { background-color: rgb(69,29,191); }
div.DivClassName
{
background-color: #451DBF;
}
.BgClassName
{
background-color: #451DBF;
}
</style>
border-color css
<style>
span { border-color: #451DBF; }
span { border-color: rgb(69,29,191); }
td.TdClassName
{
border-color: #451DBF;
}
.TagClassName
{
border-color: #451DBF;
}
</style>