Shades of Purple Heart #5329B3
Tints of Purple Heart #5329B3
RGB
CMYK
RGB Variations
Color information
#5329B3 (or 0x5329B3) is known color: Purple Heart. HEX triplet: 53, 29 and B3. RGB value is (83,41,179). Sum of RGB (Red+Green+Blue) = 83+41+179=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 179 (70.31% from 255 or 59.08% from 303); Max value from RGB is 179 - color contains mainly: blue. Hex color #5329B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5329B3 is #ACD64C. Grayscale: #444444. Windows color (decimal): -11327053 or 11741523. OLE color: 11741523.
HSL color Cylindrical-coordinate representation of color #5329B3: hue angle of 258.26º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5329B3 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 41 | 179 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.30 |
| HSL | 258.26º | 0.63% | 0.43% | - |
| HSV(B) | 258.26º | 0.77% | 0.7% | - |
| XYZ | 12.5 | 6.68 | 43.28 | - |
| YUV | 69.29 | 189.91 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 179 | 0.54 | 0.77 | 0 | 0.30 | 258.26 | 0.63 | 0.43 |
| Hex | 53 | 29 | B3 | 36 | 4D | 0 | 1E | 102 | 3F | 2B |
| Octal | 123 | 51 | 263 | 66 | 115 | 0 | 36 | 402 | 77 | 53 |
| Binary | 1010011 | 101001 | 10110011 | 110110 | 1001101 | 0 | 11110 | 100000010 | 111111 | 101011 |
Color Harmonies of #5329B3
Complementary color
Monochromatic Colors of #5329B3
Black with #5329B3
Text Example
Text Example
White with #5329B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5329B3; }
p { color: rgb(83,41,179); }
H1.HeaderClassName
{
color: #5329B3;
}
.AnyTagClassName
{
color: #5329B3;
}
</style>
background-color css
<style>
a { background-color: #5329B3; }
a { background-color: rgb(83,41,179); }
div.DivClassName
{
background-color: #5329B3;
}
.BgClassName
{
background-color: #5329B3;
}
</style>
border-color css
<style>
span { border-color: #5329B3; }
span { border-color: rgb(83,41,179); }
td.TdClassName
{
border-color: #5329B3;
}
.TagClassName
{
border-color: #5329B3;
}
</style>