Shades of Purple Heart #532ADC
Tints of Purple Heart #532ADC
RGB
CMYK
RGB Variations
Color information
#532ADC (or 0x532ADC) is known color: Purple Heart. HEX triplet: 53, 2A and DC. RGB value is (83,42,220). Sum of RGB (Red+Green+Blue) = 83+42+220=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #532ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532ADC is #ACD523. Grayscale: #494949. Windows color (decimal): -11326756 or 14428755. OLE color: 14428755.
HSL color Cylindrical-coordinate representation of color #532ADC: hue angle of 253.82º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532ADC is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 42 | 220 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.14 |
| HSL | 253.82º | 0.72% | 0.51% | - |
| HSV(B) | 253.82º | 0.81% | 0.86% | - |
| XYZ | 17.31 | 8.66 | 68.47 | - |
| YUV | 74.55 | 210.08 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 220 | 0.62 | 0.81 | 0 | 0.14 | 253.82 | 0.72 | 0.51 |
| Hex | 53 | 2A | DC | 3E | 51 | 0 | E | FE | 48 | 33 |
| Octal | 123 | 52 | 334 | 76 | 121 | 0 | 16 | 376 | 110 | 63 |
| Binary | 1010011 | 101010 | 11011100 | 111110 | 1010001 | 0 | 1110 | 11111110 | 1001000 | 110011 |
Color Harmonies of #532ADC
Complementary color
Monochromatic Colors of #532ADC
Black with #532ADC
Text Example
Text Example
White with #532ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532ADC; }
p { color: rgb(83,42,220); }
H1.HeaderClassName
{
color: #532ADC;
}
.AnyTagClassName
{
color: #532ADC;
}
</style>
background-color css
<style>
a { background-color: #532ADC; }
a { background-color: rgb(83,42,220); }
div.DivClassName
{
background-color: #532ADC;
}
.BgClassName
{
background-color: #532ADC;
}
</style>
border-color css
<style>
span { border-color: #532ADC; }
span { border-color: rgb(83,42,220); }
td.TdClassName
{
border-color: #532ADC;
}
.TagClassName
{
border-color: #532ADC;
}
</style>