Shades of Purple Heart #5B33DE
Tints of Purple Heart #5B33DE
RGB
CMYK
RGB Variations
Color information
#5B33DE (or 0x5B33DE) is known color: Purple Heart. HEX triplet: 5B, 33 and DE. RGB value is (91,51,222). Sum of RGB (Red+Green+Blue) = 91+51+222=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #5B33DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B33DE is #A4CC21. Grayscale: #515151. Windows color (decimal): -10800162 or 14562139. OLE color: 14562139.
HSL color Cylindrical-coordinate representation of color #5B33DE: hue angle of 254.04º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B33DE is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 51 | 222 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.13 |
| HSL | 254.04º | 0.72% | 0.54% | - |
| HSV(B) | 254.04º | 0.77% | 0.87% | - |
| XYZ | 18.68 | 9.87 | 70.03 | - |
| YUV | 82.45 | 206.75 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 222 | 0.59 | 0.77 | 0 | 0.13 | 254.04 | 0.72 | 0.54 |
| Hex | 5B | 33 | DE | 3B | 4D | 0 | D | FE | 48 | 36 |
| Octal | 133 | 63 | 336 | 73 | 115 | 0 | 15 | 376 | 110 | 66 |
| Binary | 1011011 | 110011 | 11011110 | 111011 | 1001101 | 0 | 1101 | 11111110 | 1001000 | 110110 |
Color Harmonies of #5B33DE
Complementary color
Monochromatic Colors of #5B33DE
Black with #5B33DE
Text Example
Text Example
White with #5B33DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B33DE; }
p { color: rgb(91,51,222); }
H1.HeaderClassName
{
color: #5B33DE;
}
.AnyTagClassName
{
color: #5B33DE;
}
</style>
background-color css
<style>
a { background-color: #5B33DE; }
a { background-color: rgb(91,51,222); }
div.DivClassName
{
background-color: #5B33DE;
}
.BgClassName
{
background-color: #5B33DE;
}
</style>
border-color css
<style>
span { border-color: #5B33DE; }
span { border-color: rgb(91,51,222); }
td.TdClassName
{
border-color: #5B33DE;
}
.TagClassName
{
border-color: #5B33DE;
}
</style>