Shades of Purple Heart #5315AF
Tints of Purple Heart #5315AF
RGB
CMYK
RGB Variations
Color information
#5315AF (or 0x5315AF) is known color: Purple Heart. HEX triplet: 53, 15 and AF. RGB value is (83,21,175). Sum of RGB (Red+Green+Blue) = 83+21+175=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #5315AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5315AF is #ACEA50. Grayscale: #383838. Windows color (decimal): -11332177 or 11474259. OLE color: 11474259.
HSL color Cylindrical-coordinate representation of color #5315AF: hue angle of 264.16º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5315AF is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 21 | 175 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.31 |
| HSL | 264.16º | 0.79% | 0.38% | - |
| HSV(B) | 264.16º | 0.88% | 0.69% | - |
| XYZ | 11.57 | 5.47 | 41 | - |
| YUV | 57.09 | 194.54 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 175 | 0.53 | 0.88 | 0 | 0.31 | 264.16 | 0.79 | 0.38 |
| Hex | 53 | 15 | AF | 35 | 58 | 0 | 1F | 108 | 4F | 26 |
| Octal | 123 | 25 | 257 | 65 | 130 | 0 | 37 | 410 | 117 | 46 |
| Binary | 1010011 | 10101 | 10101111 | 110101 | 1011000 | 0 | 11111 | 100001000 | 1001111 | 100110 |
Color Harmonies of #5315AF
Complementary color
Monochromatic Colors of #5315AF
Black with #5315AF
Text Example
Text Example
White with #5315AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5315AF; }
p { color: rgb(83,21,175); }
H1.HeaderClassName
{
color: #5315AF;
}
.AnyTagClassName
{
color: #5315AF;
}
</style>
background-color css
<style>
a { background-color: #5315AF; }
a { background-color: rgb(83,21,175); }
div.DivClassName
{
background-color: #5315AF;
}
.BgClassName
{
background-color: #5315AF;
}
</style>
border-color css
<style>
span { border-color: #5315AF; }
span { border-color: rgb(83,21,175); }
td.TdClassName
{
border-color: #5315AF;
}
.TagClassName
{
border-color: #5315AF;
}
</style>