Shades of Purple Heart #5B20CC
Tints of Purple Heart #5B20CC
RGB
CMYK
RGB Variations
Color information
#5B20CC (or 0x5B20CC) is known color: Purple Heart. HEX triplet: 5B, 20 and CC. RGB value is (91,32,204). Sum of RGB (Red+Green+Blue) = 91+32+204=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B20CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B20CC is #A4DF33. Grayscale: #444444. Windows color (decimal): -10805044 or 13377627. OLE color: 13377627.
HSL color Cylindrical-coordinate representation of color #5B20CC: hue angle of 260.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B20CC is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 32 | 204 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.2 |
| HSL | 260.58º | 0.73% | 0.46% | - |
| HSV(B) | 260.58º | 0.84% | 0.8% | - |
| XYZ | 15.73 | 7.62 | 57.77 | - |
| YUV | 69.25 | 204.05 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 204 | 0.55 | 0.84 | 0 | 0.2 | 260.58 | 0.73 | 0.46 |
| Hex | 5B | 20 | CC | 37 | 54 | 0 | 14 | 105 | 49 | 2E |
| Octal | 133 | 40 | 314 | 67 | 124 | 0 | 24 | 405 | 111 | 56 |
| Binary | 1011011 | 100000 | 11001100 | 110111 | 1010100 | 0 | 10100 | 100000101 | 1001001 | 101110 |
Color Harmonies of #5B20CC
Complementary color
Monochromatic Colors of #5B20CC
Black with #5B20CC
Text Example
Text Example
White with #5B20CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B20CC; }
p { color: rgb(91,32,204); }
H1.HeaderClassName
{
color: #5B20CC;
}
.AnyTagClassName
{
color: #5B20CC;
}
</style>
background-color css
<style>
a { background-color: #5B20CC; }
a { background-color: rgb(91,32,204); }
div.DivClassName
{
background-color: #5B20CC;
}
.BgClassName
{
background-color: #5B20CC;
}
</style>
border-color css
<style>
span { border-color: #5B20CC; }
span { border-color: rgb(91,32,204); }
td.TdClassName
{
border-color: #5B20CC;
}
.TagClassName
{
border-color: #5B20CC;
}
</style>