Shades of Purple Heart #452CB9
Tints of Purple Heart #452CB9
RGB
CMYK
RGB Variations
Color information
#452CB9 (or 0x452CB9) is known color: Purple Heart. HEX triplet: 45, 2C and B9. RGB value is (69,44,185). Sum of RGB (Red+Green+Blue) = 69+44+185=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 185 (72.66% from 255 or 62.08% from 298); Max value from RGB is 185 - color contains mainly: blue. Hex color #452CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452CB9 is #BAD346. Grayscale: #434343. Windows color (decimal): -12243783 or 12135493. OLE color: 12135493.
HSL color Cylindrical-coordinate representation of color #452CB9: hue angle of 250.64º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452CB9 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 44 | 185 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.27 |
| HSL | 250.64º | 0.62% | 0.45% | - |
| HSV(B) | 250.64º | 0.76% | 0.73% | - |
| XYZ | 12.11 | 6.57 | 46.53 | - |
| YUV | 67.55 | 194.28 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 185 | 0.63 | 0.76 | 0 | 0.27 | 250.64 | 0.62 | 0.45 |
| Hex | 45 | 2C | B9 | 3F | 4C | 0 | 1B | FB | 3E | 2D |
| Octal | 105 | 54 | 271 | 77 | 114 | 0 | 33 | 373 | 76 | 55 |
| Binary | 1000101 | 101100 | 10111001 | 111111 | 1001100 | 0 | 11011 | 11111011 | 111110 | 101101 |
Color Harmonies of #452CB9
Complementary color
Monochromatic Colors of #452CB9
Black with #452CB9
Text Example
Text Example
White with #452CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452CB9; }
p { color: rgb(69,44,185); }
H1.HeaderClassName
{
color: #452CB9;
}
.AnyTagClassName
{
color: #452CB9;
}
</style>
background-color css
<style>
a { background-color: #452CB9; }
a { background-color: rgb(69,44,185); }
div.DivClassName
{
background-color: #452CB9;
}
.BgClassName
{
background-color: #452CB9;
}
</style>
border-color css
<style>
span { border-color: #452CB9; }
span { border-color: rgb(69,44,185); }
td.TdClassName
{
border-color: #452CB9;
}
.TagClassName
{
border-color: #452CB9;
}
</style>