Shades of Purple Heart #4521AE
Tints of Purple Heart #4521AE
RGB
CMYK
RGB Variations
Color information
#4521AE (or 0x4521AE) is known color: Purple Heart. HEX triplet: 45, 21 and AE. RGB value is (69,33,174). Sum of RGB (Red+Green+Blue) = 69+33+174=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #4521AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4521AE is #BADE51. Grayscale: #3B3B3B. Windows color (decimal): -12246610 or 11411781. OLE color: 11411781.
HSL color Cylindrical-coordinate representation of color #4521AE: hue angle of 255.32º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4521AE is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 33 | 174 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.32 |
| HSL | 255.32º | 0.68% | 0.41% | - |
| HSV(B) | 255.32º | 0.81% | 0.68% | - |
| XYZ | 10.64 | 5.41 | 40.53 | - |
| YUV | 59.84 | 192.43 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 174 | 0.60 | 0.81 | 0 | 0.32 | 255.32 | 0.68 | 0.41 |
| Hex | 45 | 21 | AE | 3C | 51 | 0 | 20 | FF | 44 | 29 |
| Octal | 105 | 41 | 256 | 74 | 121 | 0 | 40 | 377 | 104 | 51 |
| Binary | 1000101 | 100001 | 10101110 | 111100 | 1010001 | 0 | 100000 | 11111111 | 1000100 | 101001 |
Color Harmonies of #4521AE
Complementary color
Monochromatic Colors of #4521AE
Black with #4521AE
Text Example
Text Example
White with #4521AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4521AE; }
p { color: rgb(69,33,174); }
H1.HeaderClassName
{
color: #4521AE;
}
.AnyTagClassName
{
color: #4521AE;
}
</style>
background-color css
<style>
a { background-color: #4521AE; }
a { background-color: rgb(69,33,174); }
div.DivClassName
{
background-color: #4521AE;
}
.BgClassName
{
background-color: #4521AE;
}
</style>
border-color css
<style>
span { border-color: #4521AE; }
span { border-color: rgb(69,33,174); }
td.TdClassName
{
border-color: #4521AE;
}
.TagClassName
{
border-color: #4521AE;
}
</style>