Shades of Purple Heart #521FB7
Tints of Purple Heart #521FB7
RGB
CMYK
RGB Variations
Color information
#521FB7 (or 0x521FB7) is known color: Purple Heart. HEX triplet: 52, 1F and B7. RGB value is (82,31,183). Sum of RGB (Red+Green+Blue) = 82+31+183=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 183 (71.88% from 255 or 61.82% from 296); Max value from RGB is 183 - color contains mainly: blue. Hex color #521FB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FB7 is #ADE048. Grayscale: #3F3F3F. Windows color (decimal): -11395145 or 12001106. OLE color: 12001106.
HSL color Cylindrical-coordinate representation of color #521FB7: hue angle of 260.13º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #521FB7 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 31 | 183 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.28 |
| HSL | 260.13º | 0.71% | 0.42% | - |
| HSV(B) | 260.13º | 0.83% | 0.72% | - |
| XYZ | 12.52 | 6.19 | 45.34 | - |
| YUV | 63.58 | 195.4 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 183 | 0.55 | 0.83 | 0 | 0.28 | 260.13 | 0.71 | 0.42 |
| Hex | 52 | 1F | B7 | 37 | 53 | 0 | 1C | 104 | 47 | 2A |
| Octal | 122 | 37 | 267 | 67 | 123 | 0 | 34 | 404 | 107 | 52 |
| Binary | 1010010 | 11111 | 10110111 | 110111 | 1010011 | 0 | 11100 | 100000100 | 1000111 | 101010 |
Color Harmonies of #521FB7
Complementary color
Monochromatic Colors of #521FB7
Black with #521FB7
Text Example
Text Example
White with #521FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521FB7; }
p { color: rgb(82,31,183); }
H1.HeaderClassName
{
color: #521FB7;
}
.AnyTagClassName
{
color: #521FB7;
}
</style>
background-color css
<style>
a { background-color: #521FB7; }
a { background-color: rgb(82,31,183); }
div.DivClassName
{
background-color: #521FB7;
}
.BgClassName
{
background-color: #521FB7;
}
</style>
border-color css
<style>
span { border-color: #521FB7; }
span { border-color: rgb(82,31,183); }
td.TdClassName
{
border-color: #521FB7;
}
.TagClassName
{
border-color: #521FB7;
}
</style>