Shades of Purple Heart #5316BD
Tints of Purple Heart #5316BD
RGB
CMYK
RGB Variations
Color information
#5316BD (or 0x5316BD) is known color: Purple Heart. HEX triplet: 53, 16 and BD. RGB value is (83,22,189). Sum of RGB (Red+Green+Blue) = 83+22+189=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #5316BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5316BD is #ACE942. Grayscale: #3A3A3A. Windows color (decimal): -11331907 or 12392019. OLE color: 12392019.
HSL color Cylindrical-coordinate representation of color #5316BD: hue angle of 261.92º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5316BD is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 22 | 189 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.26 |
| HSL | 261.92º | 0.79% | 0.41% | - |
| HSV(B) | 261.92º | 0.88% | 0.74% | - |
| XYZ | 13.04 | 6.09 | 48.63 | - |
| YUV | 59.28 | 201.21 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 189 | 0.56 | 0.88 | 0 | 0.26 | 261.92 | 0.79 | 0.41 |
| Hex | 53 | 16 | BD | 38 | 58 | 0 | 1A | 106 | 4F | 29 |
| Octal | 123 | 26 | 275 | 70 | 130 | 0 | 32 | 406 | 117 | 51 |
| Binary | 1010011 | 10110 | 10111101 | 111000 | 1011000 | 0 | 11010 | 100000110 | 1001111 | 101001 |
Color Harmonies of #5316BD
Complementary color
Monochromatic Colors of #5316BD
Black with #5316BD
Text Example
Text Example
White with #5316BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5316BD; }
p { color: rgb(83,22,189); }
H1.HeaderClassName
{
color: #5316BD;
}
.AnyTagClassName
{
color: #5316BD;
}
</style>
background-color css
<style>
a { background-color: #5316BD; }
a { background-color: rgb(83,22,189); }
div.DivClassName
{
background-color: #5316BD;
}
.BgClassName
{
background-color: #5316BD;
}
</style>
border-color css
<style>
span { border-color: #5316BD; }
span { border-color: rgb(83,22,189); }
td.TdClassName
{
border-color: #5316BD;
}
.TagClassName
{
border-color: #5316BD;
}
</style>