Shades of Purple Heart #5B22BC
Tints of Purple Heart #5B22BC
RGB
CMYK
RGB Variations
Color information
#5B22BC (or 0x5B22BC) is known color: Purple Heart. HEX triplet: 5B, 22 and BC. RGB value is (91,34,188). Sum of RGB (Red+Green+Blue) = 91+34+188=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B22BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B22BC is #A4DD43. Grayscale: #444444. Windows color (decimal): -10804548 or 12329563. OLE color: 12329563.
HSL color Cylindrical-coordinate representation of color #5B22BC: hue angle of 262.21º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B22BC is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 34 | 188 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.26 |
| HSL | 262.21º | 0.69% | 0.44% | - |
| HSV(B) | 262.21º | 0.82% | 0.74% | - |
| XYZ | 13.96 | 7 | 48.19 | - |
| YUV | 68.6 | 195.38 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 34 | 188 | 0.52 | 0.82 | 0 | 0.26 | 262.21 | 0.69 | 0.44 |
| Hex | 5B | 22 | BC | 34 | 52 | 0 | 1A | 106 | 45 | 2C |
| Octal | 133 | 42 | 274 | 64 | 122 | 0 | 32 | 406 | 105 | 54 |
| Binary | 1011011 | 100010 | 10111100 | 110100 | 1010010 | 0 | 11010 | 100000110 | 1000101 | 101100 |
Color Harmonies of #5B22BC
Complementary color
Monochromatic Colors of #5B22BC
Black with #5B22BC
Text Example
Text Example
White with #5B22BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B22BC; }
p { color: rgb(91,34,188); }
H1.HeaderClassName
{
color: #5B22BC;
}
.AnyTagClassName
{
color: #5B22BC;
}
</style>
background-color css
<style>
a { background-color: #5B22BC; }
a { background-color: rgb(91,34,188); }
div.DivClassName
{
background-color: #5B22BC;
}
.BgClassName
{
background-color: #5B22BC;
}
</style>
border-color css
<style>
span { border-color: #5B22BC; }
span { border-color: rgb(91,34,188); }
td.TdClassName
{
border-color: #5B22BC;
}
.TagClassName
{
border-color: #5B22BC;
}
</style>