Shades of Purple Heart #521CC7
Tints of Purple Heart #521CC7
RGB
CMYK
RGB Variations
Color information
#521CC7 (or 0x521CC7) is known color: Purple Heart. HEX triplet: 52, 1C and C7. RGB value is (82,28,199). Sum of RGB (Red+Green+Blue) = 82+28+199=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 199 (78.12% from 255 or 64.40% from 309); Max value from RGB is 199 - color contains mainly: blue. Hex color #521CC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521CC7 is #ADE338. Grayscale: #3F3F3F. Windows color (decimal): -11395897 or 13048914. OLE color: 13048914.
HSL color Cylindrical-coordinate representation of color #521CC7: hue angle of 258.95º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521CC7 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 28 | 199 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.22 |
| HSL | 258.95º | 0.75% | 0.45% | - |
| HSV(B) | 258.95º | 0.86% | 0.78% | - |
| XYZ | 14.2 | 6.75 | 54.59 | - |
| YUV | 63.64 | 204.39 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 199 | 0.59 | 0.86 | 0 | 0.22 | 258.95 | 0.75 | 0.45 |
| Hex | 52 | 1C | C7 | 3B | 56 | 0 | 16 | 103 | 4B | 2D |
| Octal | 122 | 34 | 307 | 73 | 126 | 0 | 26 | 403 | 113 | 55 |
| Binary | 1010010 | 11100 | 11000111 | 111011 | 1010110 | 0 | 10110 | 100000011 | 1001011 | 101101 |
Color Harmonies of #521CC7
Complementary color
Monochromatic Colors of #521CC7
Black with #521CC7
Text Example
Text Example
White with #521CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521CC7; }
p { color: rgb(82,28,199); }
H1.HeaderClassName
{
color: #521CC7;
}
.AnyTagClassName
{
color: #521CC7;
}
</style>
background-color css
<style>
a { background-color: #521CC7; }
a { background-color: rgb(82,28,199); }
div.DivClassName
{
background-color: #521CC7;
}
.BgClassName
{
background-color: #521CC7;
}
</style>
border-color css
<style>
span { border-color: #521CC7; }
span { border-color: rgb(82,28,199); }
td.TdClassName
{
border-color: #521CC7;
}
.TagClassName
{
border-color: #521CC7;
}
</style>