Shades of Purple Heart #531FCD
Tints of Purple Heart #531FCD
RGB
CMYK
RGB Variations
Color information
#531FCD (or 0x531FCD) is known color: Purple Heart. HEX triplet: 53, 1F and CD. RGB value is (83,31,205). Sum of RGB (Red+Green+Blue) = 83+31+205=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #531FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531FCD is #ACE032. Grayscale: #414141. Windows color (decimal): -11329587 or 13442899. OLE color: 13442899.
HSL color Cylindrical-coordinate representation of color #531FCD: hue angle of 257.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531FCD is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 31 | 205 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.20 |
| HSL | 257.93º | 0.74% | 0.46% | - |
| HSV(B) | 257.93º | 0.85% | 0.8% | - |
| XYZ | 15.08 | 7.23 | 58.36 | - |
| YUV | 66.38 | 206.23 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 205 | 0.60 | 0.85 | 0 | 0.20 | 257.93 | 0.74 | 0.46 |
| Hex | 53 | 1F | CD | 3C | 55 | 0 | 14 | 102 | 4A | 2E |
| Octal | 123 | 37 | 315 | 74 | 125 | 0 | 24 | 402 | 112 | 56 |
| Binary | 1010011 | 11111 | 11001101 | 111100 | 1010101 | 0 | 10100 | 100000010 | 1001010 | 101110 |
Color Harmonies of #531FCD
Complementary color
Monochromatic Colors of #531FCD
Black with #531FCD
Text Example
Text Example
White with #531FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531FCD; }
p { color: rgb(83,31,205); }
H1.HeaderClassName
{
color: #531FCD;
}
.AnyTagClassName
{
color: #531FCD;
}
</style>
background-color css
<style>
a { background-color: #531FCD; }
a { background-color: rgb(83,31,205); }
div.DivClassName
{
background-color: #531FCD;
}
.BgClassName
{
background-color: #531FCD;
}
</style>
border-color css
<style>
span { border-color: #531FCD; }
span { border-color: rgb(83,31,205); }
td.TdClassName
{
border-color: #531FCD;
}
.TagClassName
{
border-color: #531FCD;
}
</style>