Shades of Purple Heart #532BCD
Tints of Purple Heart #532BCD
RGB
CMYK
RGB Variations
Color information
#532BCD (or 0x532BCD) is known color: Purple Heart. HEX triplet: 53, 2B and CD. RGB value is (83,43,205). Sum of RGB (Red+Green+Blue) = 83+43+205=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #532BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532BCD is #ACD432. Grayscale: #484848. Windows color (decimal): -11326515 or 13445971. OLE color: 13445971.
HSL color Cylindrical-coordinate representation of color #532BCD: hue angle of 254.81º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #532BCD is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 43 | 205 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.20 |
| HSL | 254.81º | 0.65% | 0.49% | - |
| HSV(B) | 254.81º | 0.79% | 0.8% | - |
| XYZ | 15.45 | 7.97 | 58.48 | - |
| YUV | 73.43 | 202.25 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 205 | 0.60 | 0.79 | 0 | 0.20 | 254.81 | 0.65 | 0.49 |
| Hex | 53 | 2B | CD | 3C | 4F | 0 | 14 | FF | 41 | 31 |
| Octal | 123 | 53 | 315 | 74 | 117 | 0 | 24 | 377 | 101 | 61 |
| Binary | 1010011 | 101011 | 11001101 | 111100 | 1001111 | 0 | 10100 | 11111111 | 1000001 | 110001 |
Color Harmonies of #532BCD
Complementary color
Monochromatic Colors of #532BCD
Black with #532BCD
Text Example
Text Example
White with #532BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532BCD; }
p { color: rgb(83,43,205); }
H1.HeaderClassName
{
color: #532BCD;
}
.AnyTagClassName
{
color: #532BCD;
}
</style>
background-color css
<style>
a { background-color: #532BCD; }
a { background-color: rgb(83,43,205); }
div.DivClassName
{
background-color: #532BCD;
}
.BgClassName
{
background-color: #532BCD;
}
</style>
border-color css
<style>
span { border-color: #532BCD; }
span { border-color: rgb(83,43,205); }
td.TdClassName
{
border-color: #532BCD;
}
.TagClassName
{
border-color: #532BCD;
}
</style>