Shades of Purple Heart #5822B2
Tints of Purple Heart #5822B2
RGB
CMYK
RGB Variations
Color information
#5822B2 (or 0x5822B2) is known color: Purple Heart. HEX triplet: 58, 22 and B2. RGB value is (88,34,178). Sum of RGB (Red+Green+Blue) = 88+34+178=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 178 (69.92% from 255 or 59.33% from 300); Max value from RGB is 178 - color contains mainly: blue. Hex color #5822B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5822B2 is #A7DD4D. Grayscale: #424242. Windows color (decimal): -11001166 or 11674200. OLE color: 11674200.
HSL color Cylindrical-coordinate representation of color #5822B2: hue angle of 262.5º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5822B2 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 88 | 34 | 178 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.30 |
| HSL | 262.5º | 0.68% | 0.42% | - |
| HSV(B) | 262.5º | 0.81% | 0.7% | - |
| XYZ | 12.63 | 6.43 | 42.7 | - |
| YUV | 66.56 | 190.89 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 178 | 0.51 | 0.81 | 0 | 0.30 | 262.5 | 0.68 | 0.42 |
| Hex | 58 | 22 | B2 | 33 | 51 | 0 | 1E | 106 | 44 | 2A |
| Octal | 130 | 42 | 262 | 63 | 121 | 0 | 36 | 406 | 104 | 52 |
| Binary | 1011000 | 100010 | 10110010 | 110011 | 1010001 | 0 | 11110 | 100000110 | 1000100 | 101010 |
Color Harmonies of #5822B2
Complementary color
Monochromatic Colors of #5822B2
Black with #5822B2
Text Example
Text Example
White with #5822B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5822B2; }
p { color: rgb(88,34,178); }
H1.HeaderClassName
{
color: #5822B2;
}
.AnyTagClassName
{
color: #5822B2;
}
</style>
background-color css
<style>
a { background-color: #5822B2; }
a { background-color: rgb(88,34,178); }
div.DivClassName
{
background-color: #5822B2;
}
.BgClassName
{
background-color: #5822B2;
}
</style>
border-color css
<style>
span { border-color: #5822B2; }
span { border-color: rgb(88,34,178); }
td.TdClassName
{
border-color: #5822B2;
}
.TagClassName
{
border-color: #5822B2;
}
</style>