Shades of Purple Heart #452CC8
Tints of Purple Heart #452CC8
RGB
CMYK
RGB Variations
Color information
#452CC8 (or 0x452CC8) is known color: Purple Heart. HEX triplet: 45, 2C and C8. RGB value is (69,44,200). Sum of RGB (Red+Green+Blue) = 69+44+200=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 200 (78.52% from 255 or 63.90% from 313); Max value from RGB is 200 - color contains mainly: blue. Hex color #452CC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452CC8 is #BAD337. Grayscale: #444444. Windows color (decimal): -12243768 or 13118533. OLE color: 13118533.
HSL color Cylindrical-coordinate representation of color #452CC8: hue angle of 249.62º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452CC8 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 44 | 200 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.22 |
| HSL | 249.62º | 0.64% | 0.48% | - |
| HSV(B) | 249.62º | 0.78% | 0.78% | - |
| XYZ | 13.78 | 7.24 | 55.31 | - |
| YUV | 69.26 | 201.78 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 200 | 0.66 | 0.78 | 0 | 0.22 | 249.62 | 0.64 | 0.48 |
| Hex | 45 | 2C | C8 | 42 | 4E | 0 | 16 | FA | 40 | 30 |
| Octal | 105 | 54 | 310 | 102 | 116 | 0 | 26 | 372 | 100 | 60 |
| Binary | 1000101 | 101100 | 11001000 | 1000010 | 1001110 | 0 | 10110 | 11111010 | 1000000 | 110000 |
Color Harmonies of #452CC8
Complementary color
Monochromatic Colors of #452CC8
Black with #452CC8
Text Example
Text Example
White with #452CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452CC8; }
p { color: rgb(69,44,200); }
H1.HeaderClassName
{
color: #452CC8;
}
.AnyTagClassName
{
color: #452CC8;
}
</style>
background-color css
<style>
a { background-color: #452CC8; }
a { background-color: rgb(69,44,200); }
div.DivClassName
{
background-color: #452CC8;
}
.BgClassName
{
background-color: #452CC8;
}
</style>
border-color css
<style>
span { border-color: #452CC8; }
span { border-color: rgb(69,44,200); }
td.TdClassName
{
border-color: #452CC8;
}
.TagClassName
{
border-color: #452CC8;
}
</style>