Shades of Purple Heart #452ED7
Tints of Purple Heart #452ED7
RGB
CMYK
RGB Variations
Color information
#452ED7 (or 0x452ED7) is known color: Purple Heart. HEX triplet: 45, 2E and D7. RGB value is (69,46,215). Sum of RGB (Red+Green+Blue) = 69+46+215=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 215 (84.38% from 255 or 65.15% from 330); Max value from RGB is 215 - color contains mainly: blue. Hex color #452ED7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452ED7 is #BAD128. Grayscale: #474747. Windows color (decimal): -12243241 or 14102085. OLE color: 14102085.
HSL color Cylindrical-coordinate representation of color #452ED7: hue angle of 248.17º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #452ED7 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 46 | 215 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.16 |
| HSL | 248.17º | 0.68% | 0.51% | - |
| HSV(B) | 248.17º | 0.79% | 0.84% | - |
| XYZ | 15.7 | 8.13 | 65.03 | - |
| YUV | 72.14 | 208.62 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 215 | 0.68 | 0.79 | 0 | 0.16 | 248.17 | 0.68 | 0.51 |
| Hex | 45 | 2E | D7 | 44 | 4F | 0 | 10 | F8 | 44 | 33 |
| Octal | 105 | 56 | 327 | 104 | 117 | 0 | 20 | 370 | 104 | 63 |
| Binary | 1000101 | 101110 | 11010111 | 1000100 | 1001111 | 0 | 10000 | 11111000 | 1000100 | 110011 |
Color Harmonies of #452ED7
Complementary color
Monochromatic Colors of #452ED7
Black with #452ED7
Text Example
Text Example
White with #452ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452ED7; }
p { color: rgb(69,46,215); }
H1.HeaderClassName
{
color: #452ED7;
}
.AnyTagClassName
{
color: #452ED7;
}
</style>
background-color css
<style>
a { background-color: #452ED7; }
a { background-color: rgb(69,46,215); }
div.DivClassName
{
background-color: #452ED7;
}
.BgClassName
{
background-color: #452ED7;
}
</style>
border-color css
<style>
span { border-color: #452ED7; }
span { border-color: rgb(69,46,215); }
td.TdClassName
{
border-color: #452ED7;
}
.TagClassName
{
border-color: #452ED7;
}
</style>