Shades of Purple Heart #5836B6
Tints of Purple Heart #5836B6
RGB
CMYK
RGB Variations
Color information
#5836B6 (or 0x5836B6) is known color: Purple Heart. HEX triplet: 58, 36 and B6. RGB value is (88,54,182). Sum of RGB (Red+Green+Blue) = 88+54+182=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #5836B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5836B6 is #A7C949. Grayscale: #4E4E4E. Windows color (decimal): -10996042 or 11941464. OLE color: 11941464.
HSL color Cylindrical-coordinate representation of color #5836B6: hue angle of 255.94º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5836B6 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 54 | 182 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.29 |
| HSL | 255.94º | 0.54% | 0.46% | - |
| HSV(B) | 255.94º | 0.7% | 0.71% | - |
| XYZ | 13.79 | 8.09 | 45.09 | - |
| YUV | 78.76 | 186.26 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 54 | 182 | 0.52 | 0.70 | 0 | 0.29 | 255.94 | 0.54 | 0.46 |
| Hex | 58 | 36 | B6 | 34 | 46 | 0 | 1D | 100 | 36 | 2E |
| Octal | 130 | 66 | 266 | 64 | 106 | 0 | 35 | 400 | 66 | 56 |
| Binary | 1011000 | 110110 | 10110110 | 110100 | 1000110 | 0 | 11101 | 100000000 | 110110 | 101110 |
Color Harmonies of #5836B6
Complementary color
Monochromatic Colors of #5836B6
Black with #5836B6
Text Example
Text Example
White with #5836B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5836B6; }
p { color: rgb(88,54,182); }
H1.HeaderClassName
{
color: #5836B6;
}
.AnyTagClassName
{
color: #5836B6;
}
</style>
background-color css
<style>
a { background-color: #5836B6; }
a { background-color: rgb(88,54,182); }
div.DivClassName
{
background-color: #5836B6;
}
.BgClassName
{
background-color: #5836B6;
}
</style>
border-color css
<style>
span { border-color: #5836B6; }
span { border-color: rgb(88,54,182); }
td.TdClassName
{
border-color: #5836B6;
}
.TagClassName
{
border-color: #5836B6;
}
</style>