Shades of Purple Heart #5326DA
Tints of Purple Heart #5326DA
RGB
CMYK
RGB Variations
Color information
#5326DA (or 0x5326DA) is known color: Purple Heart. HEX triplet: 53, 26 and DA. RGB value is (83,38,218). Sum of RGB (Red+Green+Blue) = 83+38+218=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #5326DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5326DA is #ACD925. Grayscale: #474747. Windows color (decimal): -11327782 or 14296659. OLE color: 14296659.
HSL color Cylindrical-coordinate representation of color #5326DA: hue angle of 255º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5326DA is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 38 | 218 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.15 |
| HSL | 255º | 0.71% | 0.5% | - |
| HSV(B) | 255º | 0.83% | 0.85% | - |
| XYZ | 16.92 | 8.29 | 67.04 | - |
| YUV | 71.98 | 210.41 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 218 | 0.62 | 0.83 | 0 | 0.15 | 255 | 0.71 | 0.5 |
| Hex | 53 | 26 | DA | 3E | 53 | 0 | F | FF | 47 | 32 |
| Octal | 123 | 46 | 332 | 76 | 123 | 0 | 17 | 377 | 107 | 62 |
| Binary | 1010011 | 100110 | 11011010 | 111110 | 1010011 | 0 | 1111 | 11111111 | 1000111 | 110010 |
Color Harmonies of #5326DA
Complementary color
Monochromatic Colors of #5326DA
Black with #5326DA
Text Example
Text Example
White with #5326DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5326DA; }
p { color: rgb(83,38,218); }
H1.HeaderClassName
{
color: #5326DA;
}
.AnyTagClassName
{
color: #5326DA;
}
</style>
background-color css
<style>
a { background-color: #5326DA; }
a { background-color: rgb(83,38,218); }
div.DivClassName
{
background-color: #5326DA;
}
.BgClassName
{
background-color: #5326DA;
}
</style>
border-color css
<style>
span { border-color: #5326DA; }
span { border-color: rgb(83,38,218); }
td.TdClassName
{
border-color: #5326DA;
}
.TagClassName
{
border-color: #5326DA;
}
</style>