Shades of Purple Heart #4522CA
Tints of Purple Heart #4522CA
RGB
CMYK
RGB Variations
Color information
#4522CA (or 0x4522CA) is known color: Purple Heart. HEX triplet: 45, 22 and CA. RGB value is (69,34,202). Sum of RGB (Red+Green+Blue) = 69+34+202=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #4522CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4522CA is #BADD35. Grayscale: #3E3E3E. Windows color (decimal): -12246326 or 13247045. OLE color: 13247045.
HSL color Cylindrical-coordinate representation of color #4522CA: hue angle of 252.5º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4522CA is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 34 | 202 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.21 |
| HSL | 252.5º | 0.71% | 0.46% | - |
| HSV(B) | 252.5º | 0.83% | 0.79% | - |
| XYZ | 13.69 | 6.67 | 56.44 | - |
| YUV | 63.62 | 206.1 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 202 | 0.66 | 0.83 | 0 | 0.21 | 252.5 | 0.71 | 0.46 |
| Hex | 45 | 22 | CA | 42 | 53 | 0 | 15 | FD | 47 | 2E |
| Octal | 105 | 42 | 312 | 102 | 123 | 0 | 25 | 375 | 107 | 56 |
| Binary | 1000101 | 100010 | 11001010 | 1000010 | 1010011 | 0 | 10101 | 11111101 | 1000111 | 101110 |
Color Harmonies of #4522CA
Complementary color
Monochromatic Colors of #4522CA
Black with #4522CA
Text Example
Text Example
White with #4522CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4522CA; }
p { color: rgb(69,34,202); }
H1.HeaderClassName
{
color: #4522CA;
}
.AnyTagClassName
{
color: #4522CA;
}
</style>
background-color css
<style>
a { background-color: #4522CA; }
a { background-color: rgb(69,34,202); }
div.DivClassName
{
background-color: #4522CA;
}
.BgClassName
{
background-color: #4522CA;
}
</style>
border-color css
<style>
span { border-color: #4522CA; }
span { border-color: rgb(69,34,202); }
td.TdClassName
{
border-color: #4522CA;
}
.TagClassName
{
border-color: #4522CA;
}
</style>