Shades of Purple Heart #452DBD
Tints of Purple Heart #452DBD
RGB
CMYK
RGB Variations
Color information
#452DBD (or 0x452DBD) is known color: Purple Heart. HEX triplet: 45, 2D and BD. RGB value is (69,45,189). Sum of RGB (Red+Green+Blue) = 69+45+189=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #452DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452DBD is #BAD242. Grayscale: #444444. Windows color (decimal): -12243523 or 12397893. OLE color: 12397893.
HSL color Cylindrical-coordinate representation of color #452DBD: hue angle of 250º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452DBD is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 45 | 189 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.26 |
| HSL | 250º | 0.62% | 0.46% | - |
| HSV(B) | 250º | 0.76% | 0.74% | - |
| XYZ | 12.58 | 6.82 | 48.8 | - |
| YUV | 68.59 | 195.95 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 189 | 0.63 | 0.76 | 0 | 0.26 | 250 | 0.62 | 0.46 |
| Hex | 45 | 2D | BD | 3F | 4C | 0 | 1A | FA | 3E | 2E |
| Octal | 105 | 55 | 275 | 77 | 114 | 0 | 32 | 372 | 76 | 56 |
| Binary | 1000101 | 101101 | 10111101 | 111111 | 1001100 | 0 | 11010 | 11111010 | 111110 | 101110 |
Color Harmonies of #452DBD
Complementary color
Monochromatic Colors of #452DBD
Black with #452DBD
Text Example
Text Example
White with #452DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452DBD; }
p { color: rgb(69,45,189); }
H1.HeaderClassName
{
color: #452DBD;
}
.AnyTagClassName
{
color: #452DBD;
}
</style>
background-color css
<style>
a { background-color: #452DBD; }
a { background-color: rgb(69,45,189); }
div.DivClassName
{
background-color: #452DBD;
}
.BgClassName
{
background-color: #452DBD;
}
</style>
border-color css
<style>
span { border-color: #452DBD; }
span { border-color: rgb(69,45,189); }
td.TdClassName
{
border-color: #452DBD;
}
.TagClassName
{
border-color: #452DBD;
}
</style>