Shades of Purple Heart #531CBC
Tints of Purple Heart #531CBC
RGB
CMYK
RGB Variations
Color information
#531CBC (or 0x531CBC) is known color: Purple Heart. HEX triplet: 53, 1C and BC. RGB value is (83,28,188). Sum of RGB (Red+Green+Blue) = 83+28+188=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #531CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CBC is #ACE343. Grayscale: #3E3E3E. Windows color (decimal): -11330372 or 12328019. OLE color: 12328019.
HSL color Cylindrical-coordinate representation of color #531CBC: hue angle of 260.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531CBC is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 28 | 188 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.26 |
| HSL | 260.63º | 0.74% | 0.42% | - |
| HSV(B) | 260.63º | 0.85% | 0.74% | - |
| XYZ | 13.06 | 6.3 | 48.1 | - |
| YUV | 62.69 | 198.72 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 188 | 0.56 | 0.85 | 0 | 0.26 | 260.63 | 0.74 | 0.42 |
| Hex | 53 | 1C | BC | 38 | 55 | 0 | 1A | 105 | 4A | 2A |
| Octal | 123 | 34 | 274 | 70 | 125 | 0 | 32 | 405 | 112 | 52 |
| Binary | 1010011 | 11100 | 10111100 | 111000 | 1010101 | 0 | 11010 | 100000101 | 1001010 | 101010 |
Color Harmonies of #531CBC
Complementary color
Monochromatic Colors of #531CBC
Black with #531CBC
Text Example
Text Example
White with #531CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531CBC; }
p { color: rgb(83,28,188); }
H1.HeaderClassName
{
color: #531CBC;
}
.AnyTagClassName
{
color: #531CBC;
}
</style>
background-color css
<style>
a { background-color: #531CBC; }
a { background-color: rgb(83,28,188); }
div.DivClassName
{
background-color: #531CBC;
}
.BgClassName
{
background-color: #531CBC;
}
</style>
border-color css
<style>
span { border-color: #531CBC; }
span { border-color: rgb(83,28,188); }
td.TdClassName
{
border-color: #531CBC;
}
.TagClassName
{
border-color: #531CBC;
}
</style>