Shades of Purple Heart #531ABC
Tints of Purple Heart #531ABC
RGB
CMYK
RGB Variations
Color information
#531ABC (or 0x531ABC) is known color: Purple Heart. HEX triplet: 53, 1A and BC. RGB value is (83,26,188). Sum of RGB (Red+Green+Blue) = 83+26+188=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #531ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531ABC is #ACE543. Grayscale: #3C3C3C. Windows color (decimal): -11330884 or 12327507. OLE color: 12327507.
HSL color Cylindrical-coordinate representation of color #531ABC: hue angle of 261.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531ABC is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 26 | 188 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.26 |
| HSL | 261.11º | 0.76% | 0.42% | - |
| HSV(B) | 261.11º | 0.86% | 0.74% | - |
| XYZ | 13.01 | 6.21 | 48.09 | - |
| YUV | 61.51 | 199.38 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 188 | 0.56 | 0.86 | 0 | 0.26 | 261.11 | 0.76 | 0.42 |
| Hex | 53 | 1A | BC | 38 | 56 | 0 | 1A | 105 | 4C | 2A |
| Octal | 123 | 32 | 274 | 70 | 126 | 0 | 32 | 405 | 114 | 52 |
| Binary | 1010011 | 11010 | 10111100 | 111000 | 1010110 | 0 | 11010 | 100000101 | 1001100 | 101010 |
Color Harmonies of #531ABC
Complementary color
Monochromatic Colors of #531ABC
Black with #531ABC
Text Example
Text Example
White with #531ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531ABC; }
p { color: rgb(83,26,188); }
H1.HeaderClassName
{
color: #531ABC;
}
.AnyTagClassName
{
color: #531ABC;
}
</style>
background-color css
<style>
a { background-color: #531ABC; }
a { background-color: rgb(83,26,188); }
div.DivClassName
{
background-color: #531ABC;
}
.BgClassName
{
background-color: #531ABC;
}
</style>
border-color css
<style>
span { border-color: #531ABC; }
span { border-color: rgb(83,26,188); }
td.TdClassName
{
border-color: #531ABC;
}
.TagClassName
{
border-color: #531ABC;
}
</style>