Shades of Purple Heart #4522AD
Tints of Purple Heart #4522AD
RGB
CMYK
RGB Variations
Color information
#4522AD (or 0x4522AD) is known color: Purple Heart. HEX triplet: 45, 22 and AD. RGB value is (69,34,173). Sum of RGB (Red+Green+Blue) = 69+34+173=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #4522AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4522AD is #BADD52. Grayscale: #3B3B3B. Windows color (decimal): -12246355 or 11346501. OLE color: 11346501.
HSL color Cylindrical-coordinate representation of color #4522AD: hue angle of 255.11º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4522AD is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 34 | 173 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.32 |
| HSL | 255.11º | 0.67% | 0.41% | - |
| HSV(B) | 255.11º | 0.8% | 0.68% | - |
| XYZ | 10.57 | 5.43 | 40.03 | - |
| YUV | 60.31 | 191.6 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 173 | 0.60 | 0.80 | 0 | 0.32 | 255.11 | 0.67 | 0.41 |
| Hex | 45 | 22 | AD | 3C | 50 | 0 | 20 | FF | 43 | 29 |
| Octal | 105 | 42 | 255 | 74 | 120 | 0 | 40 | 377 | 103 | 51 |
| Binary | 1000101 | 100010 | 10101101 | 111100 | 1010000 | 0 | 100000 | 11111111 | 1000011 | 101001 |
Color Harmonies of #4522AD
Complementary color
Monochromatic Colors of #4522AD
Black with #4522AD
Text Example
Text Example
White with #4522AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4522AD; }
p { color: rgb(69,34,173); }
H1.HeaderClassName
{
color: #4522AD;
}
.AnyTagClassName
{
color: #4522AD;
}
</style>
background-color css
<style>
a { background-color: #4522AD; }
a { background-color: rgb(69,34,173); }
div.DivClassName
{
background-color: #4522AD;
}
.BgClassName
{
background-color: #4522AD;
}
</style>
border-color css
<style>
span { border-color: #4522AD; }
span { border-color: rgb(69,34,173); }
td.TdClassName
{
border-color: #4522AD;
}
.TagClassName
{
border-color: #4522AD;
}
</style>