Shades of Purple Heart #5311AC
Tints of Purple Heart #5311AC
RGB
CMYK
RGB Variations
Color information
#5311AC (or 0x5311AC) is known color: Purple Heart. HEX triplet: 53, 11 and AC. RGB value is (83,17,172). Sum of RGB (Red+Green+Blue) = 83+17+172=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #5311AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5311AC is #ACEE53. Grayscale: #353535. Windows color (decimal): -11333204 or 11276627. OLE color: 11276627.
HSL color Cylindrical-coordinate representation of color #5311AC: hue angle of 265.55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5311AC is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 17 | 172 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.33 |
| HSL | 265.55º | 0.82% | 0.37% | - |
| HSV(B) | 265.55º | 0.9% | 0.67% | - |
| XYZ | 11.21 | 5.22 | 39.45 | - |
| YUV | 54.4 | 194.37 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 172 | 0.52 | 0.90 | 0 | 0.33 | 265.55 | 0.82 | 0.37 |
| Hex | 53 | 11 | AC | 34 | 5A | 0 | 21 | 10A | 52 | 25 |
| Octal | 123 | 21 | 254 | 64 | 132 | 0 | 41 | 412 | 122 | 45 |
| Binary | 1010011 | 10001 | 10101100 | 110100 | 1011010 | 0 | 100001 | 100001010 | 1010010 | 100101 |
Color Harmonies of #5311AC
Complementary color
Monochromatic Colors of #5311AC
Black with #5311AC
Text Example
Text Example
White with #5311AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5311AC; }
p { color: rgb(83,17,172); }
H1.HeaderClassName
{
color: #5311AC;
}
.AnyTagClassName
{
color: #5311AC;
}
</style>
background-color css
<style>
a { background-color: #5311AC; }
a { background-color: rgb(83,17,172); }
div.DivClassName
{
background-color: #5311AC;
}
.BgClassName
{
background-color: #5311AC;
}
</style>
border-color css
<style>
span { border-color: #5311AC; }
span { border-color: rgb(83,17,172); }
td.TdClassName
{
border-color: #5311AC;
}
.TagClassName
{
border-color: #5311AC;
}
</style>