Shades of Purple Heart #5033AD
Tints of Purple Heart #5033AD
RGB
CMYK
RGB Variations
Color information
#5033AD (or 0x5033AD) is known color: Purple Heart. HEX triplet: 50, 33 and AD. RGB value is (80,51,173). Sum of RGB (Red+Green+Blue) = 80+51+173=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #5033AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5033AD is #AFCC52. Grayscale: #494949. Windows color (decimal): -11521107 or 11350864. OLE color: 11350864.
HSL color Cylindrical-coordinate representation of color #5033AD: hue angle of 254.26º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5033AD is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 51 | 173 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.32 |
| HSL | 254.26º | 0.54% | 0.44% | - |
| HSV(B) | 254.26º | 0.71% | 0.68% | - |
| XYZ | 12.03 | 7.09 | 40.27 | - |
| YUV | 73.58 | 184.11 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 51 | 173 | 0.54 | 0.71 | 0 | 0.32 | 254.26 | 0.54 | 0.44 |
| Hex | 50 | 33 | AD | 36 | 47 | 0 | 20 | FE | 36 | 2C |
| Octal | 120 | 63 | 255 | 66 | 107 | 0 | 40 | 376 | 66 | 54 |
| Binary | 1010000 | 110011 | 10101101 | 110110 | 1000111 | 0 | 100000 | 11111110 | 110110 | 101100 |
Color Harmonies of #5033AD
Complementary color
Monochromatic Colors of #5033AD
Black with #5033AD
Text Example
Text Example
White with #5033AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5033AD; }
p { color: rgb(80,51,173); }
H1.HeaderClassName
{
color: #5033AD;
}
.AnyTagClassName
{
color: #5033AD;
}
</style>
background-color css
<style>
a { background-color: #5033AD; }
a { background-color: rgb(80,51,173); }
div.DivClassName
{
background-color: #5033AD;
}
.BgClassName
{
background-color: #5033AD;
}
</style>
border-color css
<style>
span { border-color: #5033AD; }
span { border-color: rgb(80,51,173); }
td.TdClassName
{
border-color: #5033AD;
}
.TagClassName
{
border-color: #5033AD;
}
</style>