Shades of Purple Heart #5826BB
Tints of Purple Heart #5826BB
RGB
CMYK
RGB Variations
Color information
#5826BB (or 0x5826BB) is known color: Purple Heart. HEX triplet: 58, 26 and BB. RGB value is (88,38,187). Sum of RGB (Red+Green+Blue) = 88+38+187=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #5826BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5826BB is #A7D944. Grayscale: #454545. Windows color (decimal): -11000133 or 12265048. OLE color: 12265048.
HSL color Cylindrical-coordinate representation of color #5826BB: hue angle of 260.13º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5826BB is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 38 | 187 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.27 |
| HSL | 260.13º | 0.66% | 0.44% | - |
| HSV(B) | 260.13º | 0.8% | 0.73% | - |
| XYZ | 13.69 | 7.05 | 47.65 | - |
| YUV | 69.94 | 194.07 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 187 | 0.53 | 0.80 | 0 | 0.27 | 260.13 | 0.66 | 0.44 |
| Hex | 58 | 26 | BB | 35 | 50 | 0 | 1B | 104 | 42 | 2C |
| Octal | 130 | 46 | 273 | 65 | 120 | 0 | 33 | 404 | 102 | 54 |
| Binary | 1011000 | 100110 | 10111011 | 110101 | 1010000 | 0 | 11011 | 100000100 | 1000010 | 101100 |
Color Harmonies of #5826BB
Complementary color
Monochromatic Colors of #5826BB
Black with #5826BB
Text Example
Text Example
White with #5826BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5826BB; }
p { color: rgb(88,38,187); }
H1.HeaderClassName
{
color: #5826BB;
}
.AnyTagClassName
{
color: #5826BB;
}
</style>
background-color css
<style>
a { background-color: #5826BB; }
a { background-color: rgb(88,38,187); }
div.DivClassName
{
background-color: #5826BB;
}
.BgClassName
{
background-color: #5826BB;
}
</style>
border-color css
<style>
span { border-color: #5826BB; }
span { border-color: rgb(88,38,187); }
td.TdClassName
{
border-color: #5826BB;
}
.TagClassName
{
border-color: #5826BB;
}
</style>