Shades of Purple Heart #5B2CC0
Tints of Purple Heart #5B2CC0
RGB
CMYK
RGB Variations
Color information
#5B2CC0 (or 0x5B2CC0) is known color: Purple Heart. HEX triplet: 5B, 2C and C0. RGB value is (91,44,192). Sum of RGB (Red+Green+Blue) = 91+44+192=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 192 (75.39% from 255 or 58.72% from 327); Max value from RGB is 192 - color contains mainly: blue. Hex color #5B2CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2CC0 is #A4D33F. Grayscale: #4A4A4A. Windows color (decimal): -10801984 or 12594267. OLE color: 12594267.
HSL color Cylindrical-coordinate representation of color #5B2CC0: hue angle of 259.05º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B2CC0 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 44 | 192 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.25 |
| HSL | 259.05º | 0.63% | 0.46% | - |
| HSV(B) | 259.05º | 0.77% | 0.75% | - |
| XYZ | 14.73 | 7.83 | 50.6 | - |
| YUV | 74.93 | 194.07 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 44 | 192 | 0.53 | 0.77 | 0 | 0.25 | 259.05 | 0.63 | 0.46 |
| Hex | 5B | 2C | C0 | 35 | 4D | 0 | 19 | 103 | 3F | 2E |
| Octal | 133 | 54 | 300 | 65 | 115 | 0 | 31 | 403 | 77 | 56 |
| Binary | 1011011 | 101100 | 11000000 | 110101 | 1001101 | 0 | 11001 | 100000011 | 111111 | 101110 |
Color Harmonies of #5B2CC0
Complementary color
Monochromatic Colors of #5B2CC0
Black with #5B2CC0
Text Example
Text Example
White with #5B2CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2CC0; }
p { color: rgb(91,44,192); }
H1.HeaderClassName
{
color: #5B2CC0;
}
.AnyTagClassName
{
color: #5B2CC0;
}
</style>
background-color css
<style>
a { background-color: #5B2CC0; }
a { background-color: rgb(91,44,192); }
div.DivClassName
{
background-color: #5B2CC0;
}
.BgClassName
{
background-color: #5B2CC0;
}
</style>
border-color css
<style>
span { border-color: #5B2CC0; }
span { border-color: rgb(91,44,192); }
td.TdClassName
{
border-color: #5B2CC0;
}
.TagClassName
{
border-color: #5B2CC0;
}
</style>