Shades of Purple Heart #5235AD
Tints of Purple Heart #5235AD
RGB
CMYK
RGB Variations
Color information
#5235AD (or 0x5235AD) is known color: Purple Heart. HEX triplet: 52, 35 and AD. RGB value is (82,53,173). Sum of RGB (Red+Green+Blue) = 82+53+173=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #5235AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5235AD is #ADCA52. Grayscale: #4A4A4A. Windows color (decimal): -11389523 or 11351378. OLE color: 11351378.
HSL color Cylindrical-coordinate representation of color #5235AD: hue angle of 254.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5235AD is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 53 | 173 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.32 |
| HSL | 254.5º | 0.53% | 0.44% | - |
| HSV(B) | 254.5º | 0.69% | 0.68% | - |
| XYZ | 12.3 | 7.36 | 40.31 | - |
| YUV | 75.35 | 183.11 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 173 | 0.53 | 0.69 | 0 | 0.32 | 254.5 | 0.53 | 0.44 |
| Hex | 52 | 35 | AD | 35 | 45 | 0 | 20 | FE | 35 | 2C |
| Octal | 122 | 65 | 255 | 65 | 105 | 0 | 40 | 376 | 65 | 54 |
| Binary | 1010010 | 110101 | 10101101 | 110101 | 1000101 | 0 | 100000 | 11111110 | 110101 | 101100 |
Color Harmonies of #5235AD
Complementary color
Monochromatic Colors of #5235AD
Black with #5235AD
Text Example
Text Example
White with #5235AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5235AD; }
p { color: rgb(82,53,173); }
H1.HeaderClassName
{
color: #5235AD;
}
.AnyTagClassName
{
color: #5235AD;
}
</style>
background-color css
<style>
a { background-color: #5235AD; }
a { background-color: rgb(82,53,173); }
div.DivClassName
{
background-color: #5235AD;
}
.BgClassName
{
background-color: #5235AD;
}
</style>
border-color css
<style>
span { border-color: #5235AD; }
span { border-color: rgb(82,53,173); }
td.TdClassName
{
border-color: #5235AD;
}
.TagClassName
{
border-color: #5235AD;
}
</style>