Shades of Purple Heart #532ABB
Tints of Purple Heart #532ABB
RGB
CMYK
RGB Variations
Color information
#532ABB (or 0x532ABB) is known color: Purple Heart. HEX triplet: 53, 2A and BB. RGB value is (83,42,187). Sum of RGB (Red+Green+Blue) = 83+42+187=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #532ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532ABB is #ACD544. Grayscale: #464646. Windows color (decimal): -11326789 or 12266067. OLE color: 12266067.
HSL color Cylindrical-coordinate representation of color #532ABB: hue angle of 256.97º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532ABB is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 42 | 187 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.27 |
| HSL | 256.97º | 0.63% | 0.45% | - |
| HSV(B) | 256.97º | 0.78% | 0.73% | - |
| XYZ | 13.36 | 7.08 | 47.68 | - |
| YUV | 70.79 | 193.58 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 187 | 0.56 | 0.78 | 0 | 0.27 | 256.97 | 0.63 | 0.45 |
| Hex | 53 | 2A | BB | 38 | 4E | 0 | 1B | 101 | 3F | 2D |
| Octal | 123 | 52 | 273 | 70 | 116 | 0 | 33 | 401 | 77 | 55 |
| Binary | 1010011 | 101010 | 10111011 | 111000 | 1001110 | 0 | 11011 | 100000001 | 111111 | 101101 |
Color Harmonies of #532ABB
Complementary color
Monochromatic Colors of #532ABB
Black with #532ABB
Text Example
Text Example
White with #532ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532ABB; }
p { color: rgb(83,42,187); }
H1.HeaderClassName
{
color: #532ABB;
}
.AnyTagClassName
{
color: #532ABB;
}
</style>
background-color css
<style>
a { background-color: #532ABB; }
a { background-color: rgb(83,42,187); }
div.DivClassName
{
background-color: #532ABB;
}
.BgClassName
{
background-color: #532ABB;
}
</style>
border-color css
<style>
span { border-color: #532ABB; }
span { border-color: rgb(83,42,187); }
td.TdClassName
{
border-color: #532ABB;
}
.TagClassName
{
border-color: #532ABB;
}
</style>