Shades of Purple Heart #5B33BC
Tints of Purple Heart #5B33BC
RGB
CMYK
RGB Variations
Color information
#5B33BC (or 0x5B33BC) is known color: Purple Heart. HEX triplet: 5B, 33 and BC. RGB value is (91,51,188). Sum of RGB (Red+Green+Blue) = 91+51+188=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B33BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B33BC is #A4CC43. Grayscale: #4E4E4E. Windows color (decimal): -10800196 or 12333915. OLE color: 12333915.
HSL color Cylindrical-coordinate representation of color #5B33BC: hue angle of 257.52º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B33BC is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 51 | 188 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.26 |
| HSL | 257.52º | 0.57% | 0.47% | - |
| HSV(B) | 257.52º | 0.73% | 0.74% | - |
| XYZ | 14.58 | 8.22 | 48.4 | - |
| YUV | 78.58 | 189.75 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 188 | 0.52 | 0.73 | 0 | 0.26 | 257.52 | 0.57 | 0.47 |
| Hex | 5B | 33 | BC | 34 | 49 | 0 | 1A | 102 | 39 | 2F |
| Octal | 133 | 63 | 274 | 64 | 111 | 0 | 32 | 402 | 71 | 57 |
| Binary | 1011011 | 110011 | 10111100 | 110100 | 1001001 | 0 | 11010 | 100000010 | 111001 | 101111 |
Color Harmonies of #5B33BC
Complementary color
Monochromatic Colors of #5B33BC
Black with #5B33BC
Text Example
Text Example
White with #5B33BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B33BC; }
p { color: rgb(91,51,188); }
H1.HeaderClassName
{
color: #5B33BC;
}
.AnyTagClassName
{
color: #5B33BC;
}
</style>
background-color css
<style>
a { background-color: #5B33BC; }
a { background-color: rgb(91,51,188); }
div.DivClassName
{
background-color: #5B33BC;
}
.BgClassName
{
background-color: #5B33BC;
}
</style>
border-color css
<style>
span { border-color: #5B33BC; }
span { border-color: rgb(91,51,188); }
td.TdClassName
{
border-color: #5B33BC;
}
.TagClassName
{
border-color: #5B33BC;
}
</style>