Shades of Purple Heart #5318AC
Tints of Purple Heart #5318AC
RGB
CMYK
RGB Variations
Color information
#5318AC (or 0x5318AC) is known color: Purple Heart. HEX triplet: 53, 18 and AC. RGB value is (83,24,172). Sum of RGB (Red+Green+Blue) = 83+24+172=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #5318AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5318AC is #ACE753. Grayscale: #393939. Windows color (decimal): -11331412 or 11278419. OLE color: 11278419.
HSL color Cylindrical-coordinate representation of color #5318AC: hue angle of 263.92º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5318AC is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 24 | 172 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.33 |
| HSL | 263.92º | 0.76% | 0.38% | - |
| HSV(B) | 263.92º | 0.86% | 0.67% | - |
| XYZ | 11.34 | 5.47 | 39.49 | - |
| YUV | 58.51 | 192.05 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 172 | 0.52 | 0.86 | 0 | 0.33 | 263.92 | 0.76 | 0.38 |
| Hex | 53 | 18 | AC | 34 | 56 | 0 | 21 | 108 | 4C | 26 |
| Octal | 123 | 30 | 254 | 64 | 126 | 0 | 41 | 410 | 114 | 46 |
| Binary | 1010011 | 11000 | 10101100 | 110100 | 1010110 | 0 | 100001 | 100001000 | 1001100 | 100110 |
Color Harmonies of #5318AC
Complementary color
Monochromatic Colors of #5318AC
Black with #5318AC
Text Example
Text Example
White with #5318AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5318AC; }
p { color: rgb(83,24,172); }
H1.HeaderClassName
{
color: #5318AC;
}
.AnyTagClassName
{
color: #5318AC;
}
</style>
background-color css
<style>
a { background-color: #5318AC; }
a { background-color: rgb(83,24,172); }
div.DivClassName
{
background-color: #5318AC;
}
.BgClassName
{
background-color: #5318AC;
}
</style>
border-color css
<style>
span { border-color: #5318AC; }
span { border-color: rgb(83,24,172); }
td.TdClassName
{
border-color: #5318AC;
}
.TagClassName
{
border-color: #5318AC;
}
</style>