Shades of Purple Heart #5225D1
Tints of Purple Heart #5225D1
RGB
CMYK
RGB Variations
Color information
#5225D1 (or 0x5225D1) is known color: Purple Heart. HEX triplet: 52, 25 and D1. RGB value is (82,37,209). Sum of RGB (Red+Green+Blue) = 82+37+209=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 209 (82.03% from 255 or 63.72% from 328); Max value from RGB is 209 - color contains mainly: blue. Hex color #5225D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5225D1 is #ADDA2E. Grayscale: #454545. Windows color (decimal): -11393583 or 13706578. OLE color: 13706578.
HSL color Cylindrical-coordinate representation of color #5225D1: hue angle of 255.7º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5225D1 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 37 | 209 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.18 |
| HSL | 255.7º | 0.7% | 0.48% | - |
| HSV(B) | 255.7º | 0.82% | 0.82% | - |
| XYZ | 15.65 | 7.72 | 60.99 | - |
| YUV | 70.06 | 206.41 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 37 | 209 | 0.61 | 0.82 | 0 | 0.18 | 255.7 | 0.7 | 0.48 |
| Hex | 52 | 25 | D1 | 3D | 52 | 0 | 12 | 100 | 46 | 30 |
| Octal | 122 | 45 | 321 | 75 | 122 | 0 | 22 | 400 | 106 | 60 |
| Binary | 1010010 | 100101 | 11010001 | 111101 | 1010010 | 0 | 10010 | 100000000 | 1000110 | 110000 |
Color Harmonies of #5225D1
Complementary color
Monochromatic Colors of #5225D1
Black with #5225D1
Text Example
Text Example
White with #5225D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5225D1; }
p { color: rgb(82,37,209); }
H1.HeaderClassName
{
color: #5225D1;
}
.AnyTagClassName
{
color: #5225D1;
}
</style>
background-color css
<style>
a { background-color: #5225D1; }
a { background-color: rgb(82,37,209); }
div.DivClassName
{
background-color: #5225D1;
}
.BgClassName
{
background-color: #5225D1;
}
</style>
border-color css
<style>
span { border-color: #5225D1; }
span { border-color: rgb(82,37,209); }
td.TdClassName
{
border-color: #5225D1;
}
.TagClassName
{
border-color: #5225D1;
}
</style>