Shades of Purple Heart #532ABC
Tints of Purple Heart #532ABC
RGB
CMYK
RGB Variations
Color information
#532ABC (or 0x532ABC) is known color: Purple Heart. HEX triplet: 53, 2A and BC. RGB value is (83,42,188). Sum of RGB (Red+Green+Blue) = 83+42+188=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #532ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532ABC is #ACD543. Grayscale: #464646. Windows color (decimal): -11326788 or 12331603. OLE color: 12331603.
HSL color Cylindrical-coordinate representation of color #532ABC: hue angle of 256.85º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532ABC is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 42 | 188 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.26 |
| HSL | 256.85º | 0.63% | 0.45% | - |
| HSV(B) | 256.85º | 0.78% | 0.74% | - |
| XYZ | 13.47 | 7.13 | 48.24 | - |
| YUV | 70.9 | 194.08 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 188 | 0.56 | 0.78 | 0 | 0.26 | 256.85 | 0.63 | 0.45 |
| Hex | 53 | 2A | BC | 38 | 4E | 0 | 1A | 101 | 3F | 2D |
| Octal | 123 | 52 | 274 | 70 | 116 | 0 | 32 | 401 | 77 | 55 |
| Binary | 1010011 | 101010 | 10111100 | 111000 | 1001110 | 0 | 11010 | 100000001 | 111111 | 101101 |
Color Harmonies of #532ABC
Complementary color
Monochromatic Colors of #532ABC
Black with #532ABC
Text Example
Text Example
White with #532ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532ABC; }
p { color: rgb(83,42,188); }
H1.HeaderClassName
{
color: #532ABC;
}
.AnyTagClassName
{
color: #532ABC;
}
</style>
background-color css
<style>
a { background-color: #532ABC; }
a { background-color: rgb(83,42,188); }
div.DivClassName
{
background-color: #532ABC;
}
.BgClassName
{
background-color: #532ABC;
}
</style>
border-color css
<style>
span { border-color: #532ABC; }
span { border-color: rgb(83,42,188); }
td.TdClassName
{
border-color: #532ABC;
}
.TagClassName
{
border-color: #532ABC;
}
</style>