Shades of Purple Heart #5329DB
Tints of Purple Heart #5329DB
RGB
CMYK
RGB Variations
Color information
#5329DB (or 0x5329DB) is known color: Purple Heart. HEX triplet: 53, 29 and DB. RGB value is (83,41,219). Sum of RGB (Red+Green+Blue) = 83+41+219=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #5329DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5329DB is #ACD624. Grayscale: #494949. Windows color (decimal): -11327013 or 14362963. OLE color: 14362963.
HSL color Cylindrical-coordinate representation of color #5329DB: hue angle of 254.16º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5329DB is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 41 | 219 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.14 |
| HSL | 254.16º | 0.71% | 0.51% | - |
| HSV(B) | 254.16º | 0.81% | 0.86% | - |
| XYZ | 17.15 | 8.54 | 67.76 | - |
| YUV | 73.85 | 209.91 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 219 | 0.62 | 0.81 | 0 | 0.14 | 254.16 | 0.71 | 0.51 |
| Hex | 53 | 29 | DB | 3E | 51 | 0 | E | FE | 47 | 33 |
| Octal | 123 | 51 | 333 | 76 | 121 | 0 | 16 | 376 | 107 | 63 |
| Binary | 1010011 | 101001 | 11011011 | 111110 | 1010001 | 0 | 1110 | 11111110 | 1000111 | 110011 |
Color Harmonies of #5329DB
Complementary color
Monochromatic Colors of #5329DB
Black with #5329DB
Text Example
Text Example
White with #5329DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5329DB; }
p { color: rgb(83,41,219); }
H1.HeaderClassName
{
color: #5329DB;
}
.AnyTagClassName
{
color: #5329DB;
}
</style>
background-color css
<style>
a { background-color: #5329DB; }
a { background-color: rgb(83,41,219); }
div.DivClassName
{
background-color: #5329DB;
}
.BgClassName
{
background-color: #5329DB;
}
</style>
border-color css
<style>
span { border-color: #5329DB; }
span { border-color: rgb(83,41,219); }
td.TdClassName
{
border-color: #5329DB;
}
.TagClassName
{
border-color: #5329DB;
}
</style>