Shades of Purple Heart #5B22DC
Tints of Purple Heart #5B22DC
RGB
CMYK
RGB Variations
Color information
#5B22DC (or 0x5B22DC) is known color: Purple Heart. HEX triplet: 5B, 22 and DC. RGB value is (91,34,220). Sum of RGB (Red+Green+Blue) = 91+34+220=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B22DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B22DC is #A4DD23. Grayscale: #474747. Windows color (decimal): -10804516 or 14426715. OLE color: 14426715.
HSL color Cylindrical-coordinate representation of color #5B22DC: hue angle of 258.39º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B22DC is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 34 | 220 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.14 |
| HSL | 258.39º | 0.73% | 0.5% | - |
| HSV(B) | 258.39º | 0.85% | 0.86% | - |
| XYZ | 17.8 | 8.54 | 68.42 | - |
| YUV | 72.25 | 211.38 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 34 | 220 | 0.59 | 0.85 | 0 | 0.14 | 258.39 | 0.73 | 0.5 |
| Hex | 5B | 22 | DC | 3B | 55 | 0 | E | 102 | 49 | 32 |
| Octal | 133 | 42 | 334 | 73 | 125 | 0 | 16 | 402 | 111 | 62 |
| Binary | 1011011 | 100010 | 11011100 | 111011 | 1010101 | 0 | 1110 | 100000010 | 1001001 | 110010 |
Color Harmonies of #5B22DC
Complementary color
Monochromatic Colors of #5B22DC
Black with #5B22DC
Text Example
Text Example
White with #5B22DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B22DC; }
p { color: rgb(91,34,220); }
H1.HeaderClassName
{
color: #5B22DC;
}
.AnyTagClassName
{
color: #5B22DC;
}
</style>
background-color css
<style>
a { background-color: #5B22DC; }
a { background-color: rgb(91,34,220); }
div.DivClassName
{
background-color: #5B22DC;
}
.BgClassName
{
background-color: #5B22DC;
}
</style>
border-color css
<style>
span { border-color: #5B22DC; }
span { border-color: rgb(91,34,220); }
td.TdClassName
{
border-color: #5B22DC;
}
.TagClassName
{
border-color: #5B22DC;
}
</style>