Shades of Purple Heart #5233AD
Tints of Purple Heart #5233AD
RGB
CMYK
RGB Variations
Color information
#5233AD (or 0x5233AD) is known color: Purple Heart. HEX triplet: 52, 33 and AD. RGB value is (82,51,173). Sum of RGB (Red+Green+Blue) = 82+51+173=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #5233AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5233AD is #ADCC52. Grayscale: #494949. Windows color (decimal): -11390035 or 11350866. OLE color: 11350866.
HSL color Cylindrical-coordinate representation of color #5233AD: hue angle of 255.25º 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 #5233AD is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 51 | 173 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.32 |
| HSL | 255.25º | 0.54% | 0.44% | - |
| HSV(B) | 255.25º | 0.71% | 0.68% | - |
| XYZ | 12.21 | 7.18 | 40.28 | - |
| YUV | 74.18 | 183.77 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 173 | 0.53 | 0.71 | 0 | 0.32 | 255.25 | 0.54 | 0.44 |
| Hex | 52 | 33 | AD | 35 | 47 | 0 | 20 | FF | 36 | 2C |
| Octal | 122 | 63 | 255 | 65 | 107 | 0 | 40 | 377 | 66 | 54 |
| Binary | 1010010 | 110011 | 10101101 | 110101 | 1000111 | 0 | 100000 | 11111111 | 110110 | 101100 |
Color Harmonies of #5233AD
Complementary color
Monochromatic Colors of #5233AD
Black with #5233AD
Text Example
Text Example
White with #5233AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5233AD; }
p { color: rgb(82,51,173); }
H1.HeaderClassName
{
color: #5233AD;
}
.AnyTagClassName
{
color: #5233AD;
}
</style>
background-color css
<style>
a { background-color: #5233AD; }
a { background-color: rgb(82,51,173); }
div.DivClassName
{
background-color: #5233AD;
}
.BgClassName
{
background-color: #5233AD;
}
</style>
border-color css
<style>
span { border-color: #5233AD; }
span { border-color: rgb(82,51,173); }
td.TdClassName
{
border-color: #5233AD;
}
.TagClassName
{
border-color: #5233AD;
}
</style>