Shades of Purple Heart #5833AC
Tints of Purple Heart #5833AC
RGB
CMYK
RGB Variations
Color information
#5833AC (or 0x5833AC) is known color: Purple Heart. HEX triplet: 58, 33 and AC. RGB value is (88,51,172). Sum of RGB (Red+Green+Blue) = 88+51+172=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #5833AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5833AC is #A7CC53. Grayscale: #4B4B4B. Windows color (decimal): -10996820 or 11285336. OLE color: 11285336.
HSL color Cylindrical-coordinate representation of color #5833AC: hue angle of 258.35º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5833AC is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 51 | 172 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.33 |
| HSL | 258.35º | 0.54% | 0.44% | - |
| HSV(B) | 258.35º | 0.7% | 0.67% | - |
| XYZ | 12.65 | 7.42 | 39.8 | - |
| YUV | 75.86 | 182.26 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 172 | 0.49 | 0.70 | 0 | 0.33 | 258.35 | 0.54 | 0.44 |
| Hex | 58 | 33 | AC | 31 | 46 | 0 | 21 | 102 | 36 | 2C |
| Octal | 130 | 63 | 254 | 61 | 106 | 0 | 41 | 402 | 66 | 54 |
| Binary | 1011000 | 110011 | 10101100 | 110001 | 1000110 | 0 | 100001 | 100000010 | 110110 | 101100 |
Color Harmonies of #5833AC
Complementary color
Monochromatic Colors of #5833AC
Black with #5833AC
Text Example
Text Example
White with #5833AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5833AC; }
p { color: rgb(88,51,172); }
H1.HeaderClassName
{
color: #5833AC;
}
.AnyTagClassName
{
color: #5833AC;
}
</style>
background-color css
<style>
a { background-color: #5833AC; }
a { background-color: rgb(88,51,172); }
div.DivClassName
{
background-color: #5833AC;
}
.BgClassName
{
background-color: #5833AC;
}
</style>
border-color css
<style>
span { border-color: #5833AC; }
span { border-color: rgb(88,51,172); }
td.TdClassName
{
border-color: #5833AC;
}
.TagClassName
{
border-color: #5833AC;
}
</style>