Shades of Purple Heart #521FC8
Tints of Purple Heart #521FC8
RGB
CMYK
RGB Variations
Color information
#521FC8 (or 0x521FC8) is known color: Purple Heart. HEX triplet: 52, 1F and C8. RGB value is (82,31,200). Sum of RGB (Red+Green+Blue) = 82+31+200=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 200 (78.52% from 255 or 63.90% from 313); Max value from RGB is 200 - color contains mainly: blue. Hex color #521FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FC8 is #ADE037. Grayscale: #404040. Windows color (decimal): -11395128 or 13115218. OLE color: 13115218.
HSL color Cylindrical-coordinate representation of color #521FC8: hue angle of 258.11º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521FC8 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 31 | 200 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.22 |
| HSL | 258.11º | 0.73% | 0.45% | - |
| HSV(B) | 258.11º | 0.85% | 0.78% | - |
| XYZ | 14.39 | 6.94 | 55.23 | - |
| YUV | 65.52 | 203.9 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 200 | 0.59 | 0.84 | 0 | 0.22 | 258.11 | 0.73 | 0.45 |
| Hex | 52 | 1F | C8 | 3B | 54 | 0 | 16 | 102 | 49 | 2D |
| Octal | 122 | 37 | 310 | 73 | 124 | 0 | 26 | 402 | 111 | 55 |
| Binary | 1010010 | 11111 | 11001000 | 111011 | 1010100 | 0 | 10110 | 100000010 | 1001001 | 101101 |
Color Harmonies of #521FC8
Complementary color
Monochromatic Colors of #521FC8
Black with #521FC8
Text Example
Text Example
White with #521FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521FC8; }
p { color: rgb(82,31,200); }
H1.HeaderClassName
{
color: #521FC8;
}
.AnyTagClassName
{
color: #521FC8;
}
</style>
background-color css
<style>
a { background-color: #521FC8; }
a { background-color: rgb(82,31,200); }
div.DivClassName
{
background-color: #521FC8;
}
.BgClassName
{
background-color: #521FC8;
}
</style>
border-color css
<style>
span { border-color: #521FC8; }
span { border-color: rgb(82,31,200); }
td.TdClassName
{
border-color: #521FC8;
}
.TagClassName
{
border-color: #521FC8;
}
</style>