Shades of Purple Heart #5838BB
Tints of Purple Heart #5838BB
RGB
CMYK
RGB Variations
Color information
#5838BB (or 0x5838BB) is known color: Purple Heart. HEX triplet: 58, 38 and BB. RGB value is (88,56,187). Sum of RGB (Red+Green+Blue) = 88+56+187=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #5838BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5838BB is #A7C744. Grayscale: #505050. Windows color (decimal): -10995525 or 12269656. OLE color: 12269656.
HSL color Cylindrical-coordinate representation of color #5838BB: hue angle of 254.66º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5838BB is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 56 | 187 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.27 |
| HSL | 254.66º | 0.54% | 0.48% | - |
| HSV(B) | 254.66º | 0.7% | 0.73% | - |
| XYZ | 14.41 | 8.49 | 47.89 | - |
| YUV | 80.5 | 188.1 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 56 | 187 | 0.53 | 0.70 | 0 | 0.27 | 254.66 | 0.54 | 0.48 |
| Hex | 58 | 38 | BB | 35 | 46 | 0 | 1B | FF | 36 | 30 |
| Octal | 130 | 70 | 273 | 65 | 106 | 0 | 33 | 377 | 66 | 60 |
| Binary | 1011000 | 111000 | 10111011 | 110101 | 1000110 | 0 | 11011 | 11111111 | 110110 | 110000 |
Color Harmonies of #5838BB
Complementary color
Monochromatic Colors of #5838BB
Black with #5838BB
Text Example
Text Example
White with #5838BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5838BB; }
p { color: rgb(88,56,187); }
H1.HeaderClassName
{
color: #5838BB;
}
.AnyTagClassName
{
color: #5838BB;
}
</style>
background-color css
<style>
a { background-color: #5838BB; }
a { background-color: rgb(88,56,187); }
div.DivClassName
{
background-color: #5838BB;
}
.BgClassName
{
background-color: #5838BB;
}
</style>
border-color css
<style>
span { border-color: #5838BB; }
span { border-color: rgb(88,56,187); }
td.TdClassName
{
border-color: #5838BB;
}
.TagClassName
{
border-color: #5838BB;
}
</style>