Shades of Purple Heart #452ECF
Tints of Purple Heart #452ECF
RGB
CMYK
RGB Variations
Color information
#452ECF (or 0x452ECF) is known color: Purple Heart. HEX triplet: 45, 2E and CF. RGB value is (69,46,207). Sum of RGB (Red+Green+Blue) = 69+46+207=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #452ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452ECF is #BAD130. Grayscale: #464646. Windows color (decimal): -12243249 or 13577797. OLE color: 13577797.
HSL color Cylindrical-coordinate representation of color #452ECF: hue angle of 248.57º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452ECF is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 46 | 207 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.19 |
| HSL | 248.57º | 0.64% | 0.5% | - |
| HSV(B) | 248.57º | 0.78% | 0.81% | - |
| XYZ | 14.69 | 7.72 | 59.75 | - |
| YUV | 71.23 | 204.62 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 207 | 0.67 | 0.78 | 0 | 0.19 | 248.57 | 0.64 | 0.5 |
| Hex | 45 | 2E | CF | 43 | 4E | 0 | 13 | F9 | 40 | 32 |
| Octal | 105 | 56 | 317 | 103 | 116 | 0 | 23 | 371 | 100 | 62 |
| Binary | 1000101 | 101110 | 11001111 | 1000011 | 1001110 | 0 | 10011 | 11111001 | 1000000 | 110010 |
Color Harmonies of #452ECF
Complementary color
Monochromatic Colors of #452ECF
Black with #452ECF
Text Example
Text Example
White with #452ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452ECF; }
p { color: rgb(69,46,207); }
H1.HeaderClassName
{
color: #452ECF;
}
.AnyTagClassName
{
color: #452ECF;
}
</style>
background-color css
<style>
a { background-color: #452ECF; }
a { background-color: rgb(69,46,207); }
div.DivClassName
{
background-color: #452ECF;
}
.BgClassName
{
background-color: #452ECF;
}
</style>
border-color css
<style>
span { border-color: #452ECF; }
span { border-color: rgb(69,46,207); }
td.TdClassName
{
border-color: #452ECF;
}
.TagClassName
{
border-color: #452ECF;
}
</style>