Shades of Purple Heart #532ECB
Tints of Purple Heart #532ECB
RGB
CMYK
RGB Variations
Color information
#532ECB (or 0x532ECB) is known color: Purple Heart. HEX triplet: 53, 2E and CB. RGB value is (83,46,203). Sum of RGB (Red+Green+Blue) = 83+46+203=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #532ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532ECB is #ACD134. Grayscale: #4A4A4A. Windows color (decimal): -11325749 or 13315667. OLE color: 13315667.
HSL color Cylindrical-coordinate representation of color #532ECB: hue angle of 254.14º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532ECB is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 46 | 203 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.20 |
| HSL | 254.14º | 0.63% | 0.49% | - |
| HSV(B) | 254.14º | 0.77% | 0.8% | - |
| XYZ | 15.32 | 8.1 | 57.26 | - |
| YUV | 74.96 | 200.26 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 203 | 0.59 | 0.77 | 0 | 0.20 | 254.14 | 0.63 | 0.49 |
| Hex | 53 | 2E | CB | 3B | 4D | 0 | 14 | FE | 3F | 31 |
| Octal | 123 | 56 | 313 | 73 | 115 | 0 | 24 | 376 | 77 | 61 |
| Binary | 1010011 | 101110 | 11001011 | 111011 | 1001101 | 0 | 10100 | 11111110 | 111111 | 110001 |
Color Harmonies of #532ECB
Complementary color
Monochromatic Colors of #532ECB
Black with #532ECB
Text Example
Text Example
White with #532ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532ECB; }
p { color: rgb(83,46,203); }
H1.HeaderClassName
{
color: #532ECB;
}
.AnyTagClassName
{
color: #532ECB;
}
</style>
background-color css
<style>
a { background-color: #532ECB; }
a { background-color: rgb(83,46,203); }
div.DivClassName
{
background-color: #532ECB;
}
.BgClassName
{
background-color: #532ECB;
}
</style>
border-color css
<style>
span { border-color: #532ECB; }
span { border-color: rgb(83,46,203); }
td.TdClassName
{
border-color: #532ECB;
}
.TagClassName
{
border-color: #532ECB;
}
</style>