Shades of Purple Heart #531CCC
Tints of Purple Heart #531CCC
RGB
CMYK
RGB Variations
Color information
#531CCC (or 0x531CCC) is known color: Purple Heart. HEX triplet: 53, 1C and CC. RGB value is (83,28,204). Sum of RGB (Red+Green+Blue) = 83+28+204=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #531CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CCC is #ACE333. Grayscale: #3F3F3F. Windows color (decimal): -11330356 or 13376595. OLE color: 13376595.
HSL color Cylindrical-coordinate representation of color #531CCC: hue angle of 258.75º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531CCC is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 28 | 204 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.2 |
| HSL | 258.75º | 0.76% | 0.45% | - |
| HSV(B) | 258.75º | 0.86% | 0.8% | - |
| XYZ | 14.88 | 7.03 | 57.7 | - |
| YUV | 64.51 | 206.72 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 204 | 0.59 | 0.86 | 0 | 0.2 | 258.75 | 0.76 | 0.45 |
| Hex | 53 | 1C | CC | 3B | 56 | 0 | 14 | 103 | 4C | 2D |
| Octal | 123 | 34 | 314 | 73 | 126 | 0 | 24 | 403 | 114 | 55 |
| Binary | 1010011 | 11100 | 11001100 | 111011 | 1010110 | 0 | 10100 | 100000011 | 1001100 | 101101 |
Color Harmonies of #531CCC
Complementary color
Monochromatic Colors of #531CCC
Black with #531CCC
Text Example
Text Example
White with #531CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531CCC; }
p { color: rgb(83,28,204); }
H1.HeaderClassName
{
color: #531CCC;
}
.AnyTagClassName
{
color: #531CCC;
}
</style>
background-color css
<style>
a { background-color: #531CCC; }
a { background-color: rgb(83,28,204); }
div.DivClassName
{
background-color: #531CCC;
}
.BgClassName
{
background-color: #531CCC;
}
</style>
border-color css
<style>
span { border-color: #531CCC; }
span { border-color: rgb(83,28,204); }
td.TdClassName
{
border-color: #531CCC;
}
.TagClassName
{
border-color: #531CCC;
}
</style>