Shades of Purple Heart #5326AA
Tints of Purple Heart #5326AA
RGB
CMYK
RGB Variations
Color information
#5326AA (or 0x5326AA) is known color: Purple Heart. HEX triplet: 53, 26 and AA. RGB value is (83,38,170). Sum of RGB (Red+Green+Blue) = 83+38+170=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #5326AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5326AA is #ACD955. Grayscale: #424242. Windows color (decimal): -11327830 or 11150931. OLE color: 11150931.
HSL color Cylindrical-coordinate representation of color #5326AA: hue angle of 260.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5326AA is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 38 | 170 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.33 |
| HSL | 260.45º | 0.63% | 0.41% | - |
| HSV(B) | 260.45º | 0.78% | 0.67% | - |
| XYZ | 11.52 | 6.13 | 38.61 | - |
| YUV | 66.5 | 186.41 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 170 | 0.51 | 0.78 | 0 | 0.33 | 260.45 | 0.63 | 0.41 |
| Hex | 53 | 26 | AA | 33 | 4E | 0 | 21 | 104 | 3F | 29 |
| Octal | 123 | 46 | 252 | 63 | 116 | 0 | 41 | 404 | 77 | 51 |
| Binary | 1010011 | 100110 | 10101010 | 110011 | 1001110 | 0 | 100001 | 100000100 | 111111 | 101001 |
Color Harmonies of #5326AA
Complementary color
Monochromatic Colors of #5326AA
Black with #5326AA
Text Example
Text Example
White with #5326AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5326AA; }
p { color: rgb(83,38,170); }
H1.HeaderClassName
{
color: #5326AA;
}
.AnyTagClassName
{
color: #5326AA;
}
</style>
background-color css
<style>
a { background-color: #5326AA; }
a { background-color: rgb(83,38,170); }
div.DivClassName
{
background-color: #5326AA;
}
.BgClassName
{
background-color: #5326AA;
}
</style>
border-color css
<style>
span { border-color: #5326AA; }
span { border-color: rgb(83,38,170); }
td.TdClassName
{
border-color: #5326AA;
}
.TagClassName
{
border-color: #5326AA;
}
</style>