Shades of Purple Heart #5318A6
Tints of Purple Heart #5318A6
RGB
CMYK
RGB Variations
Color information
#5318A6 (or 0x5318A6) is known color: Purple Heart. HEX triplet: 53, 18 and A6. RGB value is (83,24,166). Sum of RGB (Red+Green+Blue) = 83+24+166=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 166 (65.23% from 255 or 60.81% from 273); Max value from RGB is 166 - color contains mainly: blue. Hex color #5318A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5318A6 is #ACE759. Grayscale: #393939. Windows color (decimal): -11331418 or 10885203. OLE color: 10885203.
HSL color Cylindrical-coordinate representation of color #5318A6: hue angle of 264.93º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5318A6 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 24 | 166 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.35 |
| HSL | 264.93º | 0.75% | 0.37% | - |
| HSV(B) | 264.93º | 0.86% | 0.65% | - |
| XYZ | 10.78 | 5.25 | 36.52 | - |
| YUV | 57.83 | 189.05 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 166 | 0.50 | 0.86 | 0 | 0.35 | 264.93 | 0.75 | 0.37 |
| Hex | 53 | 18 | A6 | 32 | 56 | 0 | 23 | 109 | 4B | 25 |
| Octal | 123 | 30 | 246 | 62 | 126 | 0 | 43 | 411 | 113 | 45 |
| Binary | 1010011 | 11000 | 10100110 | 110010 | 1010110 | 0 | 100011 | 100001001 | 1001011 | 100101 |
Color Harmonies of #5318A6
Complementary color
Monochromatic Colors of #5318A6
Black with #5318A6
Text Example
Text Example
White with #5318A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5318A6; }
p { color: rgb(83,24,166); }
H1.HeaderClassName
{
color: #5318A6;
}
.AnyTagClassName
{
color: #5318A6;
}
</style>
background-color css
<style>
a { background-color: #5318A6; }
a { background-color: rgb(83,24,166); }
div.DivClassName
{
background-color: #5318A6;
}
.BgClassName
{
background-color: #5318A6;
}
</style>
border-color css
<style>
span { border-color: #5318A6; }
span { border-color: rgb(83,24,166); }
td.TdClassName
{
border-color: #5318A6;
}
.TagClassName
{
border-color: #5318A6;
}
</style>