Shades of Purple Heart #531ABB
Tints of Purple Heart #531ABB
RGB
CMYK
RGB Variations
Color information
#531ABB (or 0x531ABB) is known color: Purple Heart. HEX triplet: 53, 1A and BB. RGB value is (83,26,187). Sum of RGB (Red+Green+Blue) = 83+26+187=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #531ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531ABB is #ACE544. Grayscale: #3C3C3C. Windows color (decimal): -11330885 or 12261971. OLE color: 12261971.
HSL color Cylindrical-coordinate representation of color #531ABB: hue angle of 261.24º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531ABB is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 26 | 187 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.27 |
| HSL | 261.24º | 0.76% | 0.42% | - |
| HSV(B) | 261.24º | 0.86% | 0.73% | - |
| XYZ | 12.91 | 6.17 | 47.52 | - |
| YUV | 61.4 | 198.88 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 187 | 0.56 | 0.86 | 0 | 0.27 | 261.24 | 0.76 | 0.42 |
| Hex | 53 | 1A | BB | 38 | 56 | 0 | 1B | 105 | 4C | 2A |
| Octal | 123 | 32 | 273 | 70 | 126 | 0 | 33 | 405 | 114 | 52 |
| Binary | 1010011 | 11010 | 10111011 | 111000 | 1010110 | 0 | 11011 | 100000101 | 1001100 | 101010 |
Color Harmonies of #531ABB
Complementary color
Monochromatic Colors of #531ABB
Black with #531ABB
Text Example
Text Example
White with #531ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531ABB; }
p { color: rgb(83,26,187); }
H1.HeaderClassName
{
color: #531ABB;
}
.AnyTagClassName
{
color: #531ABB;
}
</style>
background-color css
<style>
a { background-color: #531ABB; }
a { background-color: rgb(83,26,187); }
div.DivClassName
{
background-color: #531ABB;
}
.BgClassName
{
background-color: #531ABB;
}
</style>
border-color css
<style>
span { border-color: #531ABB; }
span { border-color: rgb(83,26,187); }
td.TdClassName
{
border-color: #531ABB;
}
.TagClassName
{
border-color: #531ABB;
}
</style>