Shades of Purple Heart #532AD6
Tints of Purple Heart #532AD6
RGB
CMYK
RGB Variations
Color information
#532AD6 (or 0x532AD6) is known color: Purple Heart. HEX triplet: 53, 2A and D6. RGB value is (83,42,214). Sum of RGB (Red+Green+Blue) = 83+42+214=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 214 (83.98% from 255 or 63.13% from 339); Max value from RGB is 214 - color contains mainly: blue. Hex color #532AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532AD6 is #ACD529. Grayscale: #494949. Windows color (decimal): -11326762 or 14035539. OLE color: 14035539.
HSL color Cylindrical-coordinate representation of color #532AD6: hue angle of 254.3º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532AD6 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 42 | 214 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.16 |
| HSL | 254.3º | 0.68% | 0.5% | - |
| HSV(B) | 254.3º | 0.8% | 0.84% | - |
| XYZ | 16.53 | 8.35 | 64.36 | - |
| YUV | 73.87 | 207.08 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 214 | 0.61 | 0.80 | 0 | 0.16 | 254.3 | 0.68 | 0.5 |
| Hex | 53 | 2A | D6 | 3D | 50 | 0 | 10 | FE | 44 | 32 |
| Octal | 123 | 52 | 326 | 75 | 120 | 0 | 20 | 376 | 104 | 62 |
| Binary | 1010011 | 101010 | 11010110 | 111101 | 1010000 | 0 | 10000 | 11111110 | 1000100 | 110010 |
Color Harmonies of #532AD6
Complementary color
Monochromatic Colors of #532AD6
Black with #532AD6
Text Example
Text Example
White with #532AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532AD6; }
p { color: rgb(83,42,214); }
H1.HeaderClassName
{
color: #532AD6;
}
.AnyTagClassName
{
color: #532AD6;
}
</style>
background-color css
<style>
a { background-color: #532AD6; }
a { background-color: rgb(83,42,214); }
div.DivClassName
{
background-color: #532AD6;
}
.BgClassName
{
background-color: #532AD6;
}
</style>
border-color css
<style>
span { border-color: #532AD6; }
span { border-color: rgb(83,42,214); }
td.TdClassName
{
border-color: #532AD6;
}
.TagClassName
{
border-color: #532AD6;
}
</style>