Shades of Purple Heart #531CC5
Tints of Purple Heart #531CC5
RGB
CMYK
RGB Variations
Color information
#531CC5 (or 0x531CC5) is known color: Purple Heart. HEX triplet: 53, 1C and C5. RGB value is (83,28,197). Sum of RGB (Red+Green+Blue) = 83+28+197=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 197 (77.34% from 255 or 63.96% from 308); Max value from RGB is 197 - color contains mainly: blue. Hex color #531CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CC5 is #ACE33A. Grayscale: #3F3F3F. Windows color (decimal): -11330363 or 12917843. OLE color: 12917843.
HSL color Cylindrical-coordinate representation of color #531CC5: hue angle of 259.53º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531CC5 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 28 | 197 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.23 |
| HSL | 259.53º | 0.75% | 0.44% | - |
| HSV(B) | 259.53º | 0.86% | 0.77% | - |
| XYZ | 14.06 | 6.7 | 53.38 | - |
| YUV | 63.71 | 203.22 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 197 | 0.58 | 0.86 | 0 | 0.23 | 259.53 | 0.75 | 0.44 |
| Hex | 53 | 1C | C5 | 3A | 56 | 0 | 17 | 104 | 4B | 2C |
| Octal | 123 | 34 | 305 | 72 | 126 | 0 | 27 | 404 | 113 | 54 |
| Binary | 1010011 | 11100 | 11000101 | 111010 | 1010110 | 0 | 10111 | 100000100 | 1001011 | 101100 |
Color Harmonies of #531CC5
Complementary color
Monochromatic Colors of #531CC5
Black with #531CC5
Text Example
Text Example
White with #531CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531CC5; }
p { color: rgb(83,28,197); }
H1.HeaderClassName
{
color: #531CC5;
}
.AnyTagClassName
{
color: #531CC5;
}
</style>
background-color css
<style>
a { background-color: #531CC5; }
a { background-color: rgb(83,28,197); }
div.DivClassName
{
background-color: #531CC5;
}
.BgClassName
{
background-color: #531CC5;
}
</style>
border-color css
<style>
span { border-color: #531CC5; }
span { border-color: rgb(83,28,197); }
td.TdClassName
{
border-color: #531CC5;
}
.TagClassName
{
border-color: #531CC5;
}
</style>