Shades of Purple Heart #532ACB
Tints of Purple Heart #532ACB
RGB
CMYK
RGB Variations
Color information
#532ACB (or 0x532ACB) is known color: Purple Heart. HEX triplet: 53, 2A and CB. RGB value is (83,42,203). Sum of RGB (Red+Green+Blue) = 83+42+203=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #532ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532ACB is #ACD534. Grayscale: #484848. Windows color (decimal): -11326773 or 13314643. OLE color: 13314643.
HSL color Cylindrical-coordinate representation of color #532ACB: hue angle of 255.28º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #532ACB is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 42 | 203 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.20 |
| HSL | 255.28º | 0.66% | 0.48% | - |
| HSV(B) | 255.28º | 0.79% | 0.8% | - |
| XYZ | 15.17 | 7.81 | 57.21 | - |
| YUV | 72.61 | 201.58 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 203 | 0.59 | 0.79 | 0 | 0.20 | 255.28 | 0.66 | 0.48 |
| Hex | 53 | 2A | CB | 3B | 4F | 0 | 14 | FF | 42 | 30 |
| Octal | 123 | 52 | 313 | 73 | 117 | 0 | 24 | 377 | 102 | 60 |
| Binary | 1010011 | 101010 | 11001011 | 111011 | 1001111 | 0 | 10100 | 11111111 | 1000010 | 110000 |
Color Harmonies of #532ACB
Complementary color
Monochromatic Colors of #532ACB
Black with #532ACB
Text Example
Text Example
White with #532ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532ACB; }
p { color: rgb(83,42,203); }
H1.HeaderClassName
{
color: #532ACB;
}
.AnyTagClassName
{
color: #532ACB;
}
</style>
background-color css
<style>
a { background-color: #532ACB; }
a { background-color: rgb(83,42,203); }
div.DivClassName
{
background-color: #532ACB;
}
.BgClassName
{
background-color: #532ACB;
}
</style>
border-color css
<style>
span { border-color: #532ACB; }
span { border-color: rgb(83,42,203); }
td.TdClassName
{
border-color: #532ACB;
}
.TagClassName
{
border-color: #532ACB;
}
</style>