Shades of Purple Heart #5225CA
Tints of Purple Heart #5225CA
RGB
CMYK
RGB Variations
Color information
#5225CA (or 0x5225CA) is known color: Purple Heart. HEX triplet: 52, 25 and CA. RGB value is (82,37,202). Sum of RGB (Red+Green+Blue) = 82+37+202=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #5225CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5225CA is #ADDA35. Grayscale: #444444. Windows color (decimal): -11393590 or 13247826. OLE color: 13247826.
HSL color Cylindrical-coordinate representation of color #5225CA: hue angle of 256.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5225CA is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 37 | 202 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.21 |
| HSL | 256.36º | 0.69% | 0.47% | - |
| HSV(B) | 256.36º | 0.82% | 0.79% | - |
| XYZ | 14.8 | 7.38 | 56.52 | - |
| YUV | 69.27 | 202.91 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 37 | 202 | 0.59 | 0.82 | 0 | 0.21 | 256.36 | 0.69 | 0.47 |
| Hex | 52 | 25 | CA | 3B | 52 | 0 | 15 | 100 | 45 | 2F |
| Octal | 122 | 45 | 312 | 73 | 122 | 0 | 25 | 400 | 105 | 57 |
| Binary | 1010010 | 100101 | 11001010 | 111011 | 1010010 | 0 | 10101 | 100000000 | 1000101 | 101111 |
Color Harmonies of #5225CA
Complementary color
Monochromatic Colors of #5225CA
Black with #5225CA
Text Example
Text Example
White with #5225CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5225CA; }
p { color: rgb(82,37,202); }
H1.HeaderClassName
{
color: #5225CA;
}
.AnyTagClassName
{
color: #5225CA;
}
</style>
background-color css
<style>
a { background-color: #5225CA; }
a { background-color: rgb(82,37,202); }
div.DivClassName
{
background-color: #5225CA;
}
.BgClassName
{
background-color: #5225CA;
}
</style>
border-color css
<style>
span { border-color: #5225CA; }
span { border-color: rgb(82,37,202); }
td.TdClassName
{
border-color: #5225CA;
}
.TagClassName
{
border-color: #5225CA;
}
</style>