Shades of Purple Heart #532AAF
Tints of Purple Heart #532AAF
RGB
CMYK
RGB Variations
Color information
#532AAF (or 0x532AAF) is known color: Purple Heart. HEX triplet: 53, 2A and AF. RGB value is (83,42,175). Sum of RGB (Red+Green+Blue) = 83+42+175=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #532AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532AAF is #ACD550. Grayscale: #444444. Windows color (decimal): -11326801 or 11479635. OLE color: 11479635.
HSL color Cylindrical-coordinate representation of color #532AAF: hue angle of 258.5º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #532AAF is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 42 | 175 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.31 |
| HSL | 258.5º | 0.61% | 0.43% | - |
| HSV(B) | 258.5º | 0.76% | 0.69% | - |
| XYZ | 12.13 | 6.59 | 41.19 | - |
| YUV | 69.42 | 187.58 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 175 | 0.53 | 0.76 | 0 | 0.31 | 258.5 | 0.61 | 0.43 |
| Hex | 53 | 2A | AF | 35 | 4C | 0 | 1F | 102 | 3D | 2B |
| Octal | 123 | 52 | 257 | 65 | 114 | 0 | 37 | 402 | 75 | 53 |
| Binary | 1010011 | 101010 | 10101111 | 110101 | 1001100 | 0 | 11111 | 100000010 | 111101 | 101011 |
Color Harmonies of #532AAF
Complementary color
Monochromatic Colors of #532AAF
Black with #532AAF
Text Example
Text Example
White with #532AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532AAF; }
p { color: rgb(83,42,175); }
H1.HeaderClassName
{
color: #532AAF;
}
.AnyTagClassName
{
color: #532AAF;
}
</style>
background-color css
<style>
a { background-color: #532AAF; }
a { background-color: rgb(83,42,175); }
div.DivClassName
{
background-color: #532AAF;
}
.BgClassName
{
background-color: #532AAF;
}
</style>
border-color css
<style>
span { border-color: #532AAF; }
span { border-color: rgb(83,42,175); }
td.TdClassName
{
border-color: #532AAF;
}
.TagClassName
{
border-color: #532AAF;
}
</style>