Shades of Purple Heart #452ED0
Tints of Purple Heart #452ED0
RGB
CMYK
RGB Variations
Color information
#452ED0 (or 0x452ED0) is known color: Purple Heart. HEX triplet: 45, 2E and D0. RGB value is (69,46,208). Sum of RGB (Red+Green+Blue) = 69+46+208=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 208 (81.64% from 255 or 64.40% from 323); Max value from RGB is 208 - color contains mainly: blue. Hex color #452ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452ED0 is #BAD12F. Grayscale: #464646. Windows color (decimal): -12243248 or 13643333. OLE color: 13643333.
HSL color Cylindrical-coordinate representation of color #452ED0: hue angle of 248.52º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452ED0 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 46 | 208 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.18 |
| HSL | 248.52º | 0.64% | 0.5% | - |
| HSV(B) | 248.52º | 0.78% | 0.82% | - |
| XYZ | 14.82 | 7.77 | 60.39 | - |
| YUV | 71.35 | 205.12 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 208 | 0.67 | 0.78 | 0 | 0.18 | 248.52 | 0.64 | 0.5 |
| Hex | 45 | 2E | D0 | 43 | 4E | 0 | 12 | F9 | 40 | 32 |
| Octal | 105 | 56 | 320 | 103 | 116 | 0 | 22 | 371 | 100 | 62 |
| Binary | 1000101 | 101110 | 11010000 | 1000011 | 1001110 | 0 | 10010 | 11111001 | 1000000 | 110010 |
Color Harmonies of #452ED0
Complementary color
Monochromatic Colors of #452ED0
Black with #452ED0
Text Example
Text Example
White with #452ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452ED0; }
p { color: rgb(69,46,208); }
H1.HeaderClassName
{
color: #452ED0;
}
.AnyTagClassName
{
color: #452ED0;
}
</style>
background-color css
<style>
a { background-color: #452ED0; }
a { background-color: rgb(69,46,208); }
div.DivClassName
{
background-color: #452ED0;
}
.BgClassName
{
background-color: #452ED0;
}
</style>
border-color css
<style>
span { border-color: #452ED0; }
span { border-color: rgb(69,46,208); }
td.TdClassName
{
border-color: #452ED0;
}
.TagClassName
{
border-color: #452ED0;
}
</style>