Shades of Purple Heart #5311A8
Tints of Purple Heart #5311A8
RGB
CMYK
RGB Variations
Color information
#5311A8 (or 0x5311A8) is known color: Purple Heart. HEX triplet: 53, 11 and A8. RGB value is (83,17,168). Sum of RGB (Red+Green+Blue) = 83+17+168=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 168 (66.02% from 255 or 62.69% from 268); Max value from RGB is 168 - color contains mainly: blue. Hex color #5311A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5311A8 is #ACEE57. Grayscale: #353535. Windows color (decimal): -11333208 or 11014483. OLE color: 11014483.
HSL color Cylindrical-coordinate representation of color #5311A8: hue angle of 266.23º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5311A8 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 17 | 168 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.34 |
| HSL | 266.23º | 0.82% | 0.36% | - |
| HSV(B) | 266.23º | 0.9% | 0.66% | - |
| XYZ | 10.84 | 5.07 | 37.45 | - |
| YUV | 53.95 | 192.37 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 168 | 0.51 | 0.90 | 0 | 0.34 | 266.23 | 0.82 | 0.36 |
| Hex | 53 | 11 | A8 | 33 | 5A | 0 | 22 | 10A | 52 | 24 |
| Octal | 123 | 21 | 250 | 63 | 132 | 0 | 42 | 412 | 122 | 44 |
| Binary | 1010011 | 10001 | 10101000 | 110011 | 1011010 | 0 | 100010 | 100001010 | 1010010 | 100100 |
Color Harmonies of #5311A8
Complementary color
Monochromatic Colors of #5311A8
Black with #5311A8
Text Example
Text Example
White with #5311A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5311A8; }
p { color: rgb(83,17,168); }
H1.HeaderClassName
{
color: #5311A8;
}
.AnyTagClassName
{
color: #5311A8;
}
</style>
background-color css
<style>
a { background-color: #5311A8; }
a { background-color: rgb(83,17,168); }
div.DivClassName
{
background-color: #5311A8;
}
.BgClassName
{
background-color: #5311A8;
}
</style>
border-color css
<style>
span { border-color: #5311A8; }
span { border-color: rgb(83,17,168); }
td.TdClassName
{
border-color: #5311A8;
}
.TagClassName
{
border-color: #5311A8;
}
</style>