Shades of Purple Heart #532DCE
Tints of Purple Heart #532DCE
RGB
CMYK
RGB Variations
Color information
#532DCE (or 0x532DCE) is known color: Purple Heart. HEX triplet: 53, 2D and CE. RGB value is (83,45,206). Sum of RGB (Red+Green+Blue) = 83+45+206=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #532DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532DCE is #ACD231. Grayscale: #4A4A4A. Windows color (decimal): -11326002 or 13512019. OLE color: 13512019.
HSL color Cylindrical-coordinate representation of color #532DCE: hue angle of 254.16º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532DCE is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 45 | 206 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.19 |
| HSL | 254.16º | 0.64% | 0.49% | - |
| HSV(B) | 254.16º | 0.78% | 0.81% | - |
| XYZ | 15.65 | 8.17 | 59.15 | - |
| YUV | 74.72 | 202.09 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 206 | 0.60 | 0.78 | 0 | 0.19 | 254.16 | 0.64 | 0.49 |
| Hex | 53 | 2D | CE | 3C | 4E | 0 | 13 | FE | 40 | 31 |
| Octal | 123 | 55 | 316 | 74 | 116 | 0 | 23 | 376 | 100 | 61 |
| Binary | 1010011 | 101101 | 11001110 | 111100 | 1001110 | 0 | 10011 | 11111110 | 1000000 | 110001 |
Color Harmonies of #532DCE
Complementary color
Monochromatic Colors of #532DCE
Black with #532DCE
Text Example
Text Example
White with #532DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532DCE; }
p { color: rgb(83,45,206); }
H1.HeaderClassName
{
color: #532DCE;
}
.AnyTagClassName
{
color: #532DCE;
}
</style>
background-color css
<style>
a { background-color: #532DCE; }
a { background-color: rgb(83,45,206); }
div.DivClassName
{
background-color: #532DCE;
}
.BgClassName
{
background-color: #532DCE;
}
</style>
border-color css
<style>
span { border-color: #532DCE; }
span { border-color: rgb(83,45,206); }
td.TdClassName
{
border-color: #532DCE;
}
.TagClassName
{
border-color: #532DCE;
}
</style>