Shades of Purple Heart #521FA4
Tints of Purple Heart #521FA4
RGB
CMYK
RGB Variations
Color information
#521FA4 (or 0x521FA4) is known color: Purple Heart. HEX triplet: 52, 1F and A4. RGB value is (82,31,164). Sum of RGB (Red+Green+Blue) = 82+31+164=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #521FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521FA4 is #ADE05B. Grayscale: #3C3C3C. Windows color (decimal): -11395164 or 10755922. OLE color: 10755922.
HSL color Cylindrical-coordinate representation of color #521FA4: hue angle of 263.01º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521FA4 is Cyan = 0.5, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 31 | 164 | - |
| CMYK | 0.5 | 0.81 | 0 | 0.36 |
| HSL | 263.01º | 0.68% | 0.38% | - |
| HSV(B) | 263.01º | 0.81% | 0.64% | - |
| XYZ | 10.67 | 5.45 | 35.61 | - |
| YUV | 61.41 | 185.9 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 164 | 0.5 | 0.81 | 0 | 0.36 | 263.01 | 0.68 | 0.38 |
| Hex | 52 | 1F | A4 | 32 | 51 | 0 | 24 | 107 | 44 | 26 |
| Octal | 122 | 37 | 244 | 62 | 121 | 0 | 44 | 407 | 104 | 46 |
| Binary | 1010010 | 11111 | 10100100 | 110010 | 1010001 | 0 | 100100 | 100000111 | 1000100 | 100110 |
Color Harmonies of #521FA4
Complementary color
Monochromatic Colors of #521FA4
Black with #521FA4
Text Example
Text Example
White with #521FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521FA4; }
p { color: rgb(82,31,164); }
H1.HeaderClassName
{
color: #521FA4;
}
.AnyTagClassName
{
color: #521FA4;
}
</style>
background-color css
<style>
a { background-color: #521FA4; }
a { background-color: rgb(82,31,164); }
div.DivClassName
{
background-color: #521FA4;
}
.BgClassName
{
background-color: #521FA4;
}
</style>
border-color css
<style>
span { border-color: #521FA4; }
span { border-color: rgb(82,31,164); }
td.TdClassName
{
border-color: #521FA4;
}
.TagClassName
{
border-color: #521FA4;
}
</style>