Shades of Purple Heart #521CCC
Tints of Purple Heart #521CCC
RGB
CMYK
RGB Variations
Color information
#521CCC (or 0x521CCC) is known color: Purple Heart. HEX triplet: 52, 1C and CC. RGB value is (82,28,204). Sum of RGB (Red+Green+Blue) = 82+28+204=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #521CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521CCC is #ADE333. Grayscale: #3F3F3F. Windows color (decimal): -11395892 or 13376594. OLE color: 13376594.
HSL color Cylindrical-coordinate representation of color #521CCC: hue angle of 258.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521CCC is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 28 | 204 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.2 |
| HSL | 258.41º | 0.76% | 0.45% | - |
| HSV(B) | 258.41º | 0.86% | 0.8% | - |
| XYZ | 14.79 | 6.98 | 57.7 | - |
| YUV | 64.21 | 206.89 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 204 | 0.60 | 0.86 | 0 | 0.2 | 258.41 | 0.76 | 0.45 |
| Hex | 52 | 1C | CC | 3C | 56 | 0 | 14 | 102 | 4C | 2D |
| Octal | 122 | 34 | 314 | 74 | 126 | 0 | 24 | 402 | 114 | 55 |
| Binary | 1010010 | 11100 | 11001100 | 111100 | 1010110 | 0 | 10100 | 100000010 | 1001100 | 101101 |
Color Harmonies of #521CCC
Complementary color
Monochromatic Colors of #521CCC
Black with #521CCC
Text Example
Text Example
White with #521CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521CCC; }
p { color: rgb(82,28,204); }
H1.HeaderClassName
{
color: #521CCC;
}
.AnyTagClassName
{
color: #521CCC;
}
</style>
background-color css
<style>
a { background-color: #521CCC; }
a { background-color: rgb(82,28,204); }
div.DivClassName
{
background-color: #521CCC;
}
.BgClassName
{
background-color: #521CCC;
}
</style>
border-color css
<style>
span { border-color: #521CCC; }
span { border-color: rgb(82,28,204); }
td.TdClassName
{
border-color: #521CCC;
}
.TagClassName
{
border-color: #521CCC;
}
</style>