Shades of Purple Heart #452ACE
Tints of Purple Heart #452ACE
RGB
CMYK
RGB Variations
Color information
#452ACE (or 0x452ACE) is known color: Purple Heart. HEX triplet: 45, 2A and CE. RGB value is (69,42,206). Sum of RGB (Red+Green+Blue) = 69+42+206=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #452ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452ACE is #BAD531. Grayscale: #444444. Windows color (decimal): -12244274 or 13511237. OLE color: 13511237.
HSL color Cylindrical-coordinate representation of color #452ACE: hue angle of 249.88º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #452ACE is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 42 | 206 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.19 |
| HSL | 249.88º | 0.66% | 0.49% | - |
| HSV(B) | 249.88º | 0.8% | 0.81% | - |
| XYZ | 14.42 | 7.38 | 59.06 | - |
| YUV | 68.77 | 205.45 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 206 | 0.67 | 0.80 | 0 | 0.19 | 249.88 | 0.66 | 0.49 |
| Hex | 45 | 2A | CE | 43 | 50 | 0 | 13 | FA | 42 | 31 |
| Octal | 105 | 52 | 316 | 103 | 120 | 0 | 23 | 372 | 102 | 61 |
| Binary | 1000101 | 101010 | 11001110 | 1000011 | 1010000 | 0 | 10011 | 11111010 | 1000010 | 110001 |
Color Harmonies of #452ACE
Complementary color
Monochromatic Colors of #452ACE
Black with #452ACE
Text Example
Text Example
White with #452ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452ACE; }
p { color: rgb(69,42,206); }
H1.HeaderClassName
{
color: #452ACE;
}
.AnyTagClassName
{
color: #452ACE;
}
</style>
background-color css
<style>
a { background-color: #452ACE; }
a { background-color: rgb(69,42,206); }
div.DivClassName
{
background-color: #452ACE;
}
.BgClassName
{
background-color: #452ACE;
}
</style>
border-color css
<style>
span { border-color: #452ACE; }
span { border-color: rgb(69,42,206); }
td.TdClassName
{
border-color: #452ACE;
}
.TagClassName
{
border-color: #452ACE;
}
</style>