Shades of Purple Heart #521FCD
Tints of Purple Heart #521FCD
RGB
CMYK
RGB Variations
Color information
#521FCD (or 0x521FCD) is known color: Purple Heart. HEX triplet: 52, 1F and CD. RGB value is (82,31,205). Sum of RGB (Red+Green+Blue) = 82+31+205=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #521FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FCD is #ADE032. Grayscale: #414141. Windows color (decimal): -11395123 or 13442898. OLE color: 13442898.
HSL color Cylindrical-coordinate representation of color #521FCD: hue angle of 257.59º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521FCD is Cyan = 0.6, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 31 | 205 | - |
| CMYK | 0.6 | 0.85 | 0 | 0.20 |
| HSL | 257.59º | 0.74% | 0.46% | - |
| HSV(B) | 257.59º | 0.85% | 0.8% | - |
| XYZ | 14.99 | 7.18 | 58.35 | - |
| YUV | 66.09 | 206.4 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 205 | 0.6 | 0.85 | 0 | 0.20 | 257.59 | 0.74 | 0.46 |
| Hex | 52 | 1F | CD | 3C | 55 | 0 | 14 | 102 | 4A | 2E |
| Octal | 122 | 37 | 315 | 74 | 125 | 0 | 24 | 402 | 112 | 56 |
| Binary | 1010010 | 11111 | 11001101 | 111100 | 1010101 | 0 | 10100 | 100000010 | 1001010 | 101110 |
Color Harmonies of #521FCD
Complementary color
Monochromatic Colors of #521FCD
Black with #521FCD
Text Example
Text Example
White with #521FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521FCD; }
p { color: rgb(82,31,205); }
H1.HeaderClassName
{
color: #521FCD;
}
.AnyTagClassName
{
color: #521FCD;
}
</style>
background-color css
<style>
a { background-color: #521FCD; }
a { background-color: rgb(82,31,205); }
div.DivClassName
{
background-color: #521FCD;
}
.BgClassName
{
background-color: #521FCD;
}
</style>
border-color css
<style>
span { border-color: #521FCD; }
span { border-color: rgb(82,31,205); }
td.TdClassName
{
border-color: #521FCD;
}
.TagClassName
{
border-color: #521FCD;
}
</style>