Shades of Purple Heart #5316A5
Tints of Purple Heart #5316A5
RGB
CMYK
RGB Variations
Color information
#5316A5 (or 0x5316A5) is known color: Purple Heart. HEX triplet: 53, 16 and A5. RGB value is (83,22,165). Sum of RGB (Red+Green+Blue) = 83+22+165=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 165 (64.84% from 255 or 61.11% from 270); Max value from RGB is 165 - color contains mainly: blue. Hex color #5316A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5316A5 is #ACE95A. Grayscale: #383838. Windows color (decimal): -11331931 or 10819155. OLE color: 10819155.
HSL color Cylindrical-coordinate representation of color #5316A5: hue angle of 265.59º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5316A5 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 22 | 165 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.35 |
| HSL | 265.59º | 0.76% | 0.37% | - |
| HSV(B) | 265.59º | 0.87% | 0.65% | - |
| XYZ | 10.65 | 5.13 | 36.03 | - |
| YUV | 56.54 | 189.21 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 165 | 0.50 | 0.87 | 0 | 0.35 | 265.59 | 0.76 | 0.37 |
| Hex | 53 | 16 | A5 | 32 | 57 | 0 | 23 | 10A | 4C | 25 |
| Octal | 123 | 26 | 245 | 62 | 127 | 0 | 43 | 412 | 114 | 45 |
| Binary | 1010011 | 10110 | 10100101 | 110010 | 1010111 | 0 | 100011 | 100001010 | 1001100 | 100101 |
Color Harmonies of #5316A5
Complementary color
Monochromatic Colors of #5316A5
Black with #5316A5
Text Example
Text Example
White with #5316A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5316A5; }
p { color: rgb(83,22,165); }
H1.HeaderClassName
{
color: #5316A5;
}
.AnyTagClassName
{
color: #5316A5;
}
</style>
background-color css
<style>
a { background-color: #5316A5; }
a { background-color: rgb(83,22,165); }
div.DivClassName
{
background-color: #5316A5;
}
.BgClassName
{
background-color: #5316A5;
}
</style>
border-color css
<style>
span { border-color: #5316A5; }
span { border-color: rgb(83,22,165); }
td.TdClassName
{
border-color: #5316A5;
}
.TagClassName
{
border-color: #5316A5;
}
</style>