Shades of Purple Heart #5312B7
Tints of Purple Heart #5312B7
RGB
CMYK
RGB Variations
Color information
#5312B7 (or 0x5312B7) is known color: Purple Heart. HEX triplet: 53, 12 and B7. RGB value is (83,18,183). Sum of RGB (Red+Green+Blue) = 83+18+183=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 183 (71.88% from 255 or 64.44% from 284); Max value from RGB is 183 - color contains mainly: blue. Hex color #5312B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5312B7 is #ACED48. Grayscale: #373737. Windows color (decimal): -11332937 or 11997779. OLE color: 11997779.
HSL color Cylindrical-coordinate representation of color #5312B7: hue angle of 263.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5312B7 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 18 | 183 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.28 |
| HSL | 263.64º | 0.82% | 0.39% | - |
| HSV(B) | 263.64º | 0.9% | 0.72% | - |
| XYZ | 12.33 | 5.69 | 45.25 | - |
| YUV | 56.25 | 199.53 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 183 | 0.55 | 0.90 | 0 | 0.28 | 263.64 | 0.82 | 0.39 |
| Hex | 53 | 12 | B7 | 37 | 5A | 0 | 1C | 108 | 52 | 27 |
| Octal | 123 | 22 | 267 | 67 | 132 | 0 | 34 | 410 | 122 | 47 |
| Binary | 1010011 | 10010 | 10110111 | 110111 | 1011010 | 0 | 11100 | 100001000 | 1010010 | 100111 |
Color Harmonies of #5312B7
Complementary color
Monochromatic Colors of #5312B7
Black with #5312B7
Text Example
Text Example
White with #5312B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5312B7; }
p { color: rgb(83,18,183); }
H1.HeaderClassName
{
color: #5312B7;
}
.AnyTagClassName
{
color: #5312B7;
}
</style>
background-color css
<style>
a { background-color: #5312B7; }
a { background-color: rgb(83,18,183); }
div.DivClassName
{
background-color: #5312B7;
}
.BgClassName
{
background-color: #5312B7;
}
</style>
border-color css
<style>
span { border-color: #5312B7; }
span { border-color: rgb(83,18,183); }
td.TdClassName
{
border-color: #5312B7;
}
.TagClassName
{
border-color: #5312B7;
}
</style>