Shades of Purple Heart #5833AE
Tints of Purple Heart #5833AE
RGB
CMYK
RGB Variations
Color information
#5833AE (or 0x5833AE) is known color: Purple Heart. HEX triplet: 58, 33 and AE. RGB value is (88,51,174). Sum of RGB (Red+Green+Blue) = 88+51+174=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #5833AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5833AE is #A7CC51. Grayscale: #4B4B4B. Windows color (decimal): -10996818 or 11416408. OLE color: 11416408.
HSL color Cylindrical-coordinate representation of color #5833AE: hue angle of 258.05º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5833AE is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 51 | 174 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.32 |
| HSL | 258.05º | 0.55% | 0.44% | - |
| HSV(B) | 258.05º | 0.71% | 0.68% | - |
| XYZ | 12.85 | 7.5 | 40.81 | - |
| YUV | 76.09 | 183.26 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 174 | 0.49 | 0.71 | 0 | 0.32 | 258.05 | 0.55 | 0.44 |
| Hex | 58 | 33 | AE | 31 | 47 | 0 | 20 | 102 | 37 | 2C |
| Octal | 130 | 63 | 256 | 61 | 107 | 0 | 40 | 402 | 67 | 54 |
| Binary | 1011000 | 110011 | 10101110 | 110001 | 1000111 | 0 | 100000 | 100000010 | 110111 | 101100 |
Color Harmonies of #5833AE
Complementary color
Monochromatic Colors of #5833AE
Black with #5833AE
Text Example
Text Example
White with #5833AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5833AE; }
p { color: rgb(88,51,174); }
H1.HeaderClassName
{
color: #5833AE;
}
.AnyTagClassName
{
color: #5833AE;
}
</style>
background-color css
<style>
a { background-color: #5833AE; }
a { background-color: rgb(88,51,174); }
div.DivClassName
{
background-color: #5833AE;
}
.BgClassName
{
background-color: #5833AE;
}
</style>
border-color css
<style>
span { border-color: #5833AE; }
span { border-color: rgb(88,51,174); }
td.TdClassName
{
border-color: #5833AE;
}
.TagClassName
{
border-color: #5833AE;
}
</style>