Shades of Purple Heart #5315AD
Tints of Purple Heart #5315AD
RGB
CMYK
RGB Variations
Color information
#5315AD (or 0x5315AD) is known color: Purple Heart. HEX triplet: 53, 15 and AD. RGB value is (83,21,173). Sum of RGB (Red+Green+Blue) = 83+21+173=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #5315AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5315AD is #ACEA52. Grayscale: #383838. Windows color (decimal): -11332179 or 11343187. OLE color: 11343187.
HSL color Cylindrical-coordinate representation of color #5315AD: hue angle of 264.47º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5315AD is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 21 | 173 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.32 |
| HSL | 264.47º | 0.78% | 0.38% | - |
| HSV(B) | 264.47º | 0.88% | 0.68% | - |
| XYZ | 11.38 | 5.39 | 39.98 | - |
| YUV | 56.87 | 193.54 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 173 | 0.52 | 0.88 | 0 | 0.32 | 264.47 | 0.78 | 0.38 |
| Hex | 53 | 15 | AD | 34 | 58 | 0 | 20 | 108 | 4E | 26 |
| Octal | 123 | 25 | 255 | 64 | 130 | 0 | 40 | 410 | 116 | 46 |
| Binary | 1010011 | 10101 | 10101101 | 110100 | 1011000 | 0 | 100000 | 100001000 | 1001110 | 100110 |
Color Harmonies of #5315AD
Complementary color
Monochromatic Colors of #5315AD
Black with #5315AD
Text Example
Text Example
White with #5315AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5315AD; }
p { color: rgb(83,21,173); }
H1.HeaderClassName
{
color: #5315AD;
}
.AnyTagClassName
{
color: #5315AD;
}
</style>
background-color css
<style>
a { background-color: #5315AD; }
a { background-color: rgb(83,21,173); }
div.DivClassName
{
background-color: #5315AD;
}
.BgClassName
{
background-color: #5315AD;
}
</style>
border-color css
<style>
span { border-color: #5315AD; }
span { border-color: rgb(83,21,173); }
td.TdClassName
{
border-color: #5315AD;
}
.TagClassName
{
border-color: #5315AD;
}
</style>