Shades of Purple Heart #452DBF
Tints of Purple Heart #452DBF
RGB
CMYK
RGB Variations
Color information
#452DBF (or 0x452DBF) is known color: Purple Heart. HEX triplet: 45, 2D and BF. RGB value is (69,45,191). Sum of RGB (Red+Green+Blue) = 69+45+191=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #452DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452DBF is #BAD240. Grayscale: #444444. Windows color (decimal): -12243521 or 12528965. OLE color: 12528965.
HSL color Cylindrical-coordinate representation of color #452DBF: hue angle of 249.86º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452DBF is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 45 | 191 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.25 |
| HSL | 249.86º | 0.62% | 0.46% | - |
| HSV(B) | 249.86º | 0.76% | 0.75% | - |
| XYZ | 12.8 | 6.9 | 49.95 | - |
| YUV | 68.82 | 196.95 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 191 | 0.64 | 0.76 | 0 | 0.25 | 249.86 | 0.62 | 0.46 |
| Hex | 45 | 2D | BF | 40 | 4C | 0 | 19 | FA | 3E | 2E |
| Octal | 105 | 55 | 277 | 100 | 114 | 0 | 31 | 372 | 76 | 56 |
| Binary | 1000101 | 101101 | 10111111 | 1000000 | 1001100 | 0 | 11001 | 11111010 | 111110 | 101110 |
Color Harmonies of #452DBF
Complementary color
Monochromatic Colors of #452DBF
Black with #452DBF
Text Example
Text Example
White with #452DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452DBF; }
p { color: rgb(69,45,191); }
H1.HeaderClassName
{
color: #452DBF;
}
.AnyTagClassName
{
color: #452DBF;
}
</style>
background-color css
<style>
a { background-color: #452DBF; }
a { background-color: rgb(69,45,191); }
div.DivClassName
{
background-color: #452DBF;
}
.BgClassName
{
background-color: #452DBF;
}
</style>
border-color css
<style>
span { border-color: #452DBF; }
span { border-color: rgb(69,45,191); }
td.TdClassName
{
border-color: #452DBF;
}
.TagClassName
{
border-color: #452DBF;
}
</style>