Shades of Purple Heart #452DBE
Tints of Purple Heart #452DBE
RGB
CMYK
RGB Variations
Color information
#452DBE (or 0x452DBE) is known color: Purple Heart. HEX triplet: 45, 2D and BE. RGB value is (69,45,190). Sum of RGB (Red+Green+Blue) = 69+45+190=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #452DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452DBE is #BAD241. Grayscale: #444444. Windows color (decimal): -12243522 or 12463429. OLE color: 12463429.
HSL color Cylindrical-coordinate representation of color #452DBE: hue angle of 249.93º 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 #452DBE is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 45 | 190 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.25 |
| HSL | 249.93º | 0.62% | 0.46% | - |
| HSV(B) | 249.93º | 0.76% | 0.75% | - |
| XYZ | 12.69 | 6.86 | 49.37 | - |
| YUV | 68.71 | 196.45 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 190 | 0.64 | 0.76 | 0 | 0.25 | 249.93 | 0.62 | 0.46 |
| Hex | 45 | 2D | BE | 40 | 4C | 0 | 19 | FA | 3E | 2E |
| Octal | 105 | 55 | 276 | 100 | 114 | 0 | 31 | 372 | 76 | 56 |
| Binary | 1000101 | 101101 | 10111110 | 1000000 | 1001100 | 0 | 11001 | 11111010 | 111110 | 101110 |
Color Harmonies of #452DBE
Complementary color
Monochromatic Colors of #452DBE
Black with #452DBE
Text Example
Text Example
White with #452DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452DBE; }
p { color: rgb(69,45,190); }
H1.HeaderClassName
{
color: #452DBE;
}
.AnyTagClassName
{
color: #452DBE;
}
</style>
background-color css
<style>
a { background-color: #452DBE; }
a { background-color: rgb(69,45,190); }
div.DivClassName
{
background-color: #452DBE;
}
.BgClassName
{
background-color: #452DBE;
}
</style>
border-color css
<style>
span { border-color: #452DBE; }
span { border-color: rgb(69,45,190); }
td.TdClassName
{
border-color: #452DBE;
}
.TagClassName
{
border-color: #452DBE;
}
</style>