Shades of Purple Heart #5227CF
Tints of Purple Heart #5227CF
RGB
CMYK
RGB Variations
Color information
#5227CF (or 0x5227CF) is known color: Purple Heart. HEX triplet: 52, 27 and CF. RGB value is (82,39,207). Sum of RGB (Red+Green+Blue) = 82+39+207=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #5227CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5227CF is #ADD830. Grayscale: #464646. Windows color (decimal): -11393073 or 13576018. OLE color: 13576018.
HSL color Cylindrical-coordinate representation of color #5227CF: hue angle of 255.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5227CF is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 39 | 207 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.19 |
| HSL | 255.36º | 0.68% | 0.48% | - |
| HSV(B) | 255.36º | 0.81% | 0.81% | - |
| XYZ | 15.47 | 7.75 | 59.71 | - |
| YUV | 71.01 | 204.75 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 39 | 207 | 0.60 | 0.81 | 0 | 0.19 | 255.36 | 0.68 | 0.48 |
| Hex | 52 | 27 | CF | 3C | 51 | 0 | 13 | FF | 44 | 30 |
| Octal | 122 | 47 | 317 | 74 | 121 | 0 | 23 | 377 | 104 | 60 |
| Binary | 1010010 | 100111 | 11001111 | 111100 | 1010001 | 0 | 10011 | 11111111 | 1000100 | 110000 |
Color Harmonies of #5227CF
Complementary color
Monochromatic Colors of #5227CF
Black with #5227CF
Text Example
Text Example
White with #5227CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5227CF; }
p { color: rgb(82,39,207); }
H1.HeaderClassName
{
color: #5227CF;
}
.AnyTagClassName
{
color: #5227CF;
}
</style>
background-color css
<style>
a { background-color: #5227CF; }
a { background-color: rgb(82,39,207); }
div.DivClassName
{
background-color: #5227CF;
}
.BgClassName
{
background-color: #5227CF;
}
</style>
border-color css
<style>
span { border-color: #5227CF; }
span { border-color: rgb(82,39,207); }
td.TdClassName
{
border-color: #5227CF;
}
.TagClassName
{
border-color: #5227CF;
}
</style>