Shades of Purple Heart #521FA5
Tints of Purple Heart #521FA5
RGB
CMYK
RGB Variations
Color information
#521FA5 (or 0x521FA5) is known color: Purple Heart. HEX triplet: 52, 1F and A5. RGB value is (82,31,165). Sum of RGB (Red+Green+Blue) = 82+31+165=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 165 (64.84% from 255 or 59.35% from 278); Max value from RGB is 165 - color contains mainly: blue. Hex color #521FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521FA5 is #ADE05A. Grayscale: #3D3D3D. Windows color (decimal): -11395163 or 10821458. OLE color: 10821458.
HSL color Cylindrical-coordinate representation of color #521FA5: hue angle of 262.84º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521FA5 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 31 | 165 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.35 |
| HSL | 262.84º | 0.68% | 0.38% | - |
| HSV(B) | 262.84º | 0.81% | 0.65% | - |
| XYZ | 10.76 | 5.49 | 36.09 | - |
| YUV | 61.53 | 186.4 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 165 | 0.50 | 0.81 | 0 | 0.35 | 262.84 | 0.68 | 0.38 |
| Hex | 52 | 1F | A5 | 32 | 51 | 0 | 23 | 107 | 44 | 26 |
| Octal | 122 | 37 | 245 | 62 | 121 | 0 | 43 | 407 | 104 | 46 |
| Binary | 1010010 | 11111 | 10100101 | 110010 | 1010001 | 0 | 100011 | 100000111 | 1000100 | 100110 |
Color Harmonies of #521FA5
Complementary color
Monochromatic Colors of #521FA5
Black with #521FA5
Text Example
Text Example
White with #521FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521FA5; }
p { color: rgb(82,31,165); }
H1.HeaderClassName
{
color: #521FA5;
}
.AnyTagClassName
{
color: #521FA5;
}
</style>
background-color css
<style>
a { background-color: #521FA5; }
a { background-color: rgb(82,31,165); }
div.DivClassName
{
background-color: #521FA5;
}
.BgClassName
{
background-color: #521FA5;
}
</style>
border-color css
<style>
span { border-color: #521FA5; }
span { border-color: rgb(82,31,165); }
td.TdClassName
{
border-color: #521FA5;
}
.TagClassName
{
border-color: #521FA5;
}
</style>