Shades of Purple Heart #522ACF
Tints of Purple Heart #522ACF
RGB
CMYK
RGB Variations
Color information
#522ACF (or 0x522ACF) is known color: Purple Heart. HEX triplet: 52, 2A and CF. RGB value is (82,42,207). Sum of RGB (Red+Green+Blue) = 82+42+207=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #522ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522ACF is #ADD530. Grayscale: #484848. Windows color (decimal): -11392305 or 13576786. OLE color: 13576786.
HSL color Cylindrical-coordinate representation of color #522ACF: hue angle of 254.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #522ACF is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 42 | 207 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.19 |
| HSL | 254.55º | 0.66% | 0.49% | - |
| HSV(B) | 254.55º | 0.8% | 0.81% | - |
| XYZ | 15.57 | 7.95 | 59.75 | - |
| YUV | 72.77 | 203.75 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 207 | 0.60 | 0.80 | 0 | 0.19 | 254.55 | 0.66 | 0.49 |
| Hex | 52 | 2A | CF | 3C | 50 | 0 | 13 | FF | 42 | 31 |
| Octal | 122 | 52 | 317 | 74 | 120 | 0 | 23 | 377 | 102 | 61 |
| Binary | 1010010 | 101010 | 11001111 | 111100 | 1010000 | 0 | 10011 | 11111111 | 1000010 | 110001 |
Color Harmonies of #522ACF
Complementary color
Monochromatic Colors of #522ACF
Black with #522ACF
Text Example
Text Example
White with #522ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522ACF; }
p { color: rgb(82,42,207); }
H1.HeaderClassName
{
color: #522ACF;
}
.AnyTagClassName
{
color: #522ACF;
}
</style>
background-color css
<style>
a { background-color: #522ACF; }
a { background-color: rgb(82,42,207); }
div.DivClassName
{
background-color: #522ACF;
}
.BgClassName
{
background-color: #522ACF;
}
</style>
border-color css
<style>
span { border-color: #522ACF; }
span { border-color: rgb(82,42,207); }
td.TdClassName
{
border-color: #522ACF;
}
.TagClassName
{
border-color: #522ACF;
}
</style>