Shades of Purple Heart #4529CA
Tints of Purple Heart #4529CA
RGB
CMYK
RGB Variations
Color information
#4529CA (or 0x4529CA) is known color: Purple Heart. HEX triplet: 45, 29 and CA. RGB value is (69,41,202). Sum of RGB (Red+Green+Blue) = 69+41+202=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #4529CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4529CA is #BAD635. Grayscale: #434343. Windows color (decimal): -12244534 or 13248837. OLE color: 13248837.
HSL color Cylindrical-coordinate representation of color #4529CA: hue angle of 250.43º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4529CA is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 41 | 202 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.21 |
| HSL | 250.43º | 0.66% | 0.48% | - |
| HSV(B) | 250.43º | 0.8% | 0.79% | - |
| XYZ | 13.91 | 7.12 | 56.52 | - |
| YUV | 67.73 | 203.78 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 202 | 0.66 | 0.80 | 0 | 0.21 | 250.43 | 0.66 | 0.48 |
| Hex | 45 | 29 | CA | 42 | 50 | 0 | 15 | FA | 42 | 30 |
| Octal | 105 | 51 | 312 | 102 | 120 | 0 | 25 | 372 | 102 | 60 |
| Binary | 1000101 | 101001 | 11001010 | 1000010 | 1010000 | 0 | 10101 | 11111010 | 1000010 | 110000 |
Color Harmonies of #4529CA
Complementary color
Monochromatic Colors of #4529CA
Black with #4529CA
Text Example
Text Example
White with #4529CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4529CA; }
p { color: rgb(69,41,202); }
H1.HeaderClassName
{
color: #4529CA;
}
.AnyTagClassName
{
color: #4529CA;
}
</style>
background-color css
<style>
a { background-color: #4529CA; }
a { background-color: rgb(69,41,202); }
div.DivClassName
{
background-color: #4529CA;
}
.BgClassName
{
background-color: #4529CA;
}
</style>
border-color css
<style>
span { border-color: #4529CA; }
span { border-color: rgb(69,41,202); }
td.TdClassName
{
border-color: #4529CA;
}
.TagClassName
{
border-color: #4529CA;
}
</style>