Shades of Purple Heart #532FCD
Tints of Purple Heart #532FCD
RGB
CMYK
RGB Variations
Color information
#532FCD (or 0x532FCD) is known color: Purple Heart. HEX triplet: 53, 2F and CD. RGB value is (83,47,205). Sum of RGB (Red+Green+Blue) = 83+47+205=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #532FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532FCD is #ACD032. Grayscale: #4B4B4B. Windows color (decimal): -11325491 or 13446995. OLE color: 13446995.
HSL color Cylindrical-coordinate representation of color #532FCD: hue angle of 253.67º 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 #532FCD is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 47 | 205 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.20 |
| HSL | 253.67º | 0.63% | 0.49% | - |
| HSV(B) | 253.67º | 0.77% | 0.8% | - |
| XYZ | 15.6 | 8.28 | 58.53 | - |
| YUV | 75.78 | 200.93 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 205 | 0.60 | 0.77 | 0 | 0.20 | 253.67 | 0.63 | 0.49 |
| Hex | 53 | 2F | CD | 3C | 4D | 0 | 14 | FE | 3F | 31 |
| Octal | 123 | 57 | 315 | 74 | 115 | 0 | 24 | 376 | 77 | 61 |
| Binary | 1010011 | 101111 | 11001101 | 111100 | 1001101 | 0 | 10100 | 11111110 | 111111 | 110001 |
Color Harmonies of #532FCD
Complementary color
Monochromatic Colors of #532FCD
Black with #532FCD
Text Example
Text Example
White with #532FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532FCD; }
p { color: rgb(83,47,205); }
H1.HeaderClassName
{
color: #532FCD;
}
.AnyTagClassName
{
color: #532FCD;
}
</style>
background-color css
<style>
a { background-color: #532FCD; }
a { background-color: rgb(83,47,205); }
div.DivClassName
{
background-color: #532FCD;
}
.BgClassName
{
background-color: #532FCD;
}
</style>
border-color css
<style>
span { border-color: #532FCD; }
span { border-color: rgb(83,47,205); }
td.TdClassName
{
border-color: #532FCD;
}
.TagClassName
{
border-color: #532FCD;
}
</style>