Shades of Purple Heart #521DB5
Tints of Purple Heart #521DB5
RGB
CMYK
RGB Variations
Color information
#521DB5 (or 0x521DB5) is known color: Purple Heart. HEX triplet: 52, 1D and B5. RGB value is (82,29,181). Sum of RGB (Red+Green+Blue) = 82+29+181=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 181 (71.09% from 255 or 61.99% from 292); Max value from RGB is 181 - color contains mainly: blue. Hex color #521DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DB5 is #ADE24A. Grayscale: #3D3D3D. Windows color (decimal): -11395659 or 11869522. OLE color: 11869522.
HSL color Cylindrical-coordinate representation of color #521DB5: hue angle of 260.92º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521DB5 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 29 | 181 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.29 |
| HSL | 260.92º | 0.72% | 0.41% | - |
| HSV(B) | 260.92º | 0.84% | 0.71% | - |
| XYZ | 12.26 | 6.01 | 44.23 | - |
| YUV | 62.18 | 195.06 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 181 | 0.55 | 0.84 | 0 | 0.29 | 260.92 | 0.72 | 0.41 |
| Hex | 52 | 1D | B5 | 37 | 54 | 0 | 1D | 105 | 48 | 29 |
| Octal | 122 | 35 | 265 | 67 | 124 | 0 | 35 | 405 | 110 | 51 |
| Binary | 1010010 | 11101 | 10110101 | 110111 | 1010100 | 0 | 11101 | 100000101 | 1001000 | 101001 |
Color Harmonies of #521DB5
Complementary color
Monochromatic Colors of #521DB5
Black with #521DB5
Text Example
Text Example
White with #521DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521DB5; }
p { color: rgb(82,29,181); }
H1.HeaderClassName
{
color: #521DB5;
}
.AnyTagClassName
{
color: #521DB5;
}
</style>
background-color css
<style>
a { background-color: #521DB5; }
a { background-color: rgb(82,29,181); }
div.DivClassName
{
background-color: #521DB5;
}
.BgClassName
{
background-color: #521DB5;
}
</style>
border-color css
<style>
span { border-color: #521DB5; }
span { border-color: rgb(82,29,181); }
td.TdClassName
{
border-color: #521DB5;
}
.TagClassName
{
border-color: #521DB5;
}
</style>