Shades of Purple Heart #532FCC
Tints of Purple Heart #532FCC
RGB
CMYK
RGB Variations
Color information
#532FCC (or 0x532FCC) is known color: Purple Heart. HEX triplet: 53, 2F and CC. RGB value is (83,47,204). Sum of RGB (Red+Green+Blue) = 83+47+204=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #532FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532FCC is #ACD033. Grayscale: #4B4B4B. Windows color (decimal): -11325492 or 13381459. OLE color: 13381459.
HSL color Cylindrical-coordinate representation of color #532FCC: hue angle of 253.76º 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 #532FCC is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 47 | 204 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.2 |
| HSL | 253.76º | 0.63% | 0.49% | - |
| HSV(B) | 253.76º | 0.77% | 0.8% | - |
| XYZ | 15.48 | 8.23 | 57.9 | - |
| YUV | 75.66 | 200.43 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 204 | 0.59 | 0.77 | 0 | 0.2 | 253.76 | 0.63 | 0.49 |
| Hex | 53 | 2F | CC | 3B | 4D | 0 | 14 | FE | 3F | 31 |
| Octal | 123 | 57 | 314 | 73 | 115 | 0 | 24 | 376 | 77 | 61 |
| Binary | 1010011 | 101111 | 11001100 | 111011 | 1001101 | 0 | 10100 | 11111110 | 111111 | 110001 |
Color Harmonies of #532FCC
Complementary color
Monochromatic Colors of #532FCC
Black with #532FCC
Text Example
Text Example
White with #532FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532FCC; }
p { color: rgb(83,47,204); }
H1.HeaderClassName
{
color: #532FCC;
}
.AnyTagClassName
{
color: #532FCC;
}
</style>
background-color css
<style>
a { background-color: #532FCC; }
a { background-color: rgb(83,47,204); }
div.DivClassName
{
background-color: #532FCC;
}
.BgClassName
{
background-color: #532FCC;
}
</style>
border-color css
<style>
span { border-color: #532FCC; }
span { border-color: rgb(83,47,204); }
td.TdClassName
{
border-color: #532FCC;
}
.TagClassName
{
border-color: #532FCC;
}
</style>