Shades of Purple Heart #5326AD
Tints of Purple Heart #5326AD
RGB
CMYK
RGB Variations
Color information
#5326AD (or 0x5326AD) is known color: Purple Heart. HEX triplet: 53, 26 and AD. RGB value is (83,38,173). Sum of RGB (Red+Green+Blue) = 83+38+173=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #5326AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5326AD is #ACD952. Grayscale: #424242. Windows color (decimal): -11327827 or 11347539. OLE color: 11347539.
HSL color Cylindrical-coordinate representation of color #5326AD: hue angle of 260º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5326AD is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 38 | 173 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.32 |
| HSL | 260º | 0.64% | 0.41% | - |
| HSV(B) | 260º | 0.78% | 0.68% | - |
| XYZ | 11.8 | 6.24 | 40.12 | - |
| YUV | 66.85 | 187.91 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 173 | 0.52 | 0.78 | 0 | 0.32 | 260 | 0.64 | 0.41 |
| Hex | 53 | 26 | AD | 34 | 4E | 0 | 20 | 104 | 40 | 29 |
| Octal | 123 | 46 | 255 | 64 | 116 | 0 | 40 | 404 | 100 | 51 |
| Binary | 1010011 | 100110 | 10101101 | 110100 | 1001110 | 0 | 100000 | 100000100 | 1000000 | 101001 |
Color Harmonies of #5326AD
Complementary color
Monochromatic Colors of #5326AD
Black with #5326AD
Text Example
Text Example
White with #5326AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5326AD; }
p { color: rgb(83,38,173); }
H1.HeaderClassName
{
color: #5326AD;
}
.AnyTagClassName
{
color: #5326AD;
}
</style>
background-color css
<style>
a { background-color: #5326AD; }
a { background-color: rgb(83,38,173); }
div.DivClassName
{
background-color: #5326AD;
}
.BgClassName
{
background-color: #5326AD;
}
</style>
border-color css
<style>
span { border-color: #5326AD; }
span { border-color: rgb(83,38,173); }
td.TdClassName
{
border-color: #5326AD;
}
.TagClassName
{
border-color: #5326AD;
}
</style>