Shades of Purple Heart #452DC9
Tints of Purple Heart #452DC9
RGB
CMYK
RGB Variations
Color information
#452DC9 (or 0x452DC9) is known color: Purple Heart. HEX triplet: 45, 2D and C9. RGB value is (69,45,201). Sum of RGB (Red+Green+Blue) = 69+45+201=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 201 (78.91% from 255 or 63.81% from 315); Max value from RGB is 201 - color contains mainly: blue. Hex color #452DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452DC9 is #BAD236. Grayscale: #454545. Windows color (decimal): -12243511 or 13184325. OLE color: 13184325.
HSL color Cylindrical-coordinate representation of color #452DC9: hue angle of 249.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452DC9 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 45 | 201 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.21 |
| HSL | 249.23º | 0.63% | 0.48% | - |
| HSV(B) | 249.23º | 0.78% | 0.79% | - |
| XYZ | 13.94 | 7.36 | 55.94 | - |
| YUV | 69.96 | 201.95 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 201 | 0.66 | 0.78 | 0 | 0.21 | 249.23 | 0.63 | 0.48 |
| Hex | 45 | 2D | C9 | 42 | 4E | 0 | 15 | F9 | 3F | 30 |
| Octal | 105 | 55 | 311 | 102 | 116 | 0 | 25 | 371 | 77 | 60 |
| Binary | 1000101 | 101101 | 11001001 | 1000010 | 1001110 | 0 | 10101 | 11111001 | 111111 | 110000 |
Color Harmonies of #452DC9
Complementary color
Monochromatic Colors of #452DC9
Black with #452DC9
Text Example
Text Example
White with #452DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452DC9; }
p { color: rgb(69,45,201); }
H1.HeaderClassName
{
color: #452DC9;
}
.AnyTagClassName
{
color: #452DC9;
}
</style>
background-color css
<style>
a { background-color: #452DC9; }
a { background-color: rgb(69,45,201); }
div.DivClassName
{
background-color: #452DC9;
}
.BgClassName
{
background-color: #452DC9;
}
</style>
border-color css
<style>
span { border-color: #452DC9; }
span { border-color: rgb(69,45,201); }
td.TdClassName
{
border-color: #452DC9;
}
.TagClassName
{
border-color: #452DC9;
}
</style>