Shades of Purple Heart #5831CB
Tints of Purple Heart #5831CB
RGB
CMYK
RGB Variations
Color information
#5831CB (or 0x5831CB) is known color: Purple Heart. HEX triplet: 58, 31 and CB. RGB value is (88,49,203). Sum of RGB (Red+Green+Blue) = 88+49+203=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #5831CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5831CB is #A7CE34. Grayscale: #4D4D4D. Windows color (decimal): -10997301 or 13316440. OLE color: 13316440.
HSL color Cylindrical-coordinate representation of color #5831CB: hue angle of 255.19º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5831CB is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 49 | 203 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.20 |
| HSL | 255.19º | 0.61% | 0.49% | - |
| HSV(B) | 255.19º | 0.76% | 0.8% | - |
| XYZ | 15.9 | 8.58 | 57.32 | - |
| YUV | 78.22 | 198.42 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 49 | 203 | 0.57 | 0.76 | 0 | 0.20 | 255.19 | 0.61 | 0.49 |
| Hex | 58 | 31 | CB | 39 | 4C | 0 | 14 | FF | 3D | 31 |
| Octal | 130 | 61 | 313 | 71 | 114 | 0 | 24 | 377 | 75 | 61 |
| Binary | 1011000 | 110001 | 11001011 | 111001 | 1001100 | 0 | 10100 | 11111111 | 111101 | 110001 |
Color Harmonies of #5831CB
Complementary color
Monochromatic Colors of #5831CB
Black with #5831CB
Text Example
Text Example
White with #5831CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5831CB; }
p { color: rgb(88,49,203); }
H1.HeaderClassName
{
color: #5831CB;
}
.AnyTagClassName
{
color: #5831CB;
}
</style>
background-color css
<style>
a { background-color: #5831CB; }
a { background-color: rgb(88,49,203); }
div.DivClassName
{
background-color: #5831CB;
}
.BgClassName
{
background-color: #5831CB;
}
</style>
border-color css
<style>
span { border-color: #5831CB; }
span { border-color: rgb(88,49,203); }
td.TdClassName
{
border-color: #5831CB;
}
.TagClassName
{
border-color: #5831CB;
}
</style>