Shades of Purple Heart #5825BB
Tints of Purple Heart #5825BB
RGB
CMYK
RGB Variations
Color information
#5825BB (or 0x5825BB) is known color: Purple Heart. HEX triplet: 58, 25 and BB. RGB value is (88,37,187). Sum of RGB (Red+Green+Blue) = 88+37+187=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #5825BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5825BB is #A7DA44. Grayscale: #444444. Windows color (decimal): -11000389 or 12264792. OLE color: 12264792.
HSL color Cylindrical-coordinate representation of color #5825BB: hue angle of 260.4º degrees, saturation: 0.67, 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 #5825BB is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 37 | 187 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.27 |
| HSL | 260.4º | 0.67% | 0.44% | - |
| HSV(B) | 260.4º | 0.8% | 0.73% | - |
| XYZ | 13.66 | 6.99 | 47.64 | - |
| YUV | 69.35 | 194.4 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 187 | 0.53 | 0.80 | 0 | 0.27 | 260.4 | 0.67 | 0.44 |
| Hex | 58 | 25 | BB | 35 | 50 | 0 | 1B | 104 | 43 | 2C |
| Octal | 130 | 45 | 273 | 65 | 120 | 0 | 33 | 404 | 103 | 54 |
| Binary | 1011000 | 100101 | 10111011 | 110101 | 1010000 | 0 | 11011 | 100000100 | 1000011 | 101100 |
Color Harmonies of #5825BB
Complementary color
Monochromatic Colors of #5825BB
Black with #5825BB
Text Example
Text Example
White with #5825BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5825BB; }
p { color: rgb(88,37,187); }
H1.HeaderClassName
{
color: #5825BB;
}
.AnyTagClassName
{
color: #5825BB;
}
</style>
background-color css
<style>
a { background-color: #5825BB; }
a { background-color: rgb(88,37,187); }
div.DivClassName
{
background-color: #5825BB;
}
.BgClassName
{
background-color: #5825BB;
}
</style>
border-color css
<style>
span { border-color: #5825BB; }
span { border-color: rgb(88,37,187); }
td.TdClassName
{
border-color: #5825BB;
}
.TagClassName
{
border-color: #5825BB;
}
</style>