Shades of Purple Heart #5B22A6
Tints of Purple Heart #5B22A6
RGB
CMYK
RGB Variations
Color information
#5B22A6 (or 0x5B22A6) is known color: Purple Heart. HEX triplet: 5B, 22 and A6. RGB value is (91,34,166). Sum of RGB (Red+Green+Blue) = 91+34+166=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 166 (65.23% from 255 or 57.04% from 291); Max value from RGB is 166 - color contains mainly: blue. Hex color #5B22A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B22A6 is #A4DD59. Grayscale: #414141. Windows color (decimal): -10804570 or 10887771. OLE color: 10887771.
HSL color Cylindrical-coordinate representation of color #5B22A6: hue angle of 265.91º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B22A6 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 34 | 166 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.35 |
| HSL | 265.91º | 0.66% | 0.39% | - |
| HSV(B) | 265.91º | 0.8% | 0.65% | - |
| XYZ | 11.77 | 6.12 | 36.64 | - |
| YUV | 66.09 | 184.38 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 34 | 166 | 0.45 | 0.80 | 0 | 0.35 | 265.91 | 0.66 | 0.39 |
| Hex | 5B | 22 | A6 | 2D | 50 | 0 | 23 | 10A | 42 | 27 |
| Octal | 133 | 42 | 246 | 55 | 120 | 0 | 43 | 412 | 102 | 47 |
| Binary | 1011011 | 100010 | 10100110 | 101101 | 1010000 | 0 | 100011 | 100001010 | 1000010 | 100111 |
Color Harmonies of #5B22A6
Complementary color
Monochromatic Colors of #5B22A6
Black with #5B22A6
Text Example
Text Example
White with #5B22A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B22A6; }
p { color: rgb(91,34,166); }
H1.HeaderClassName
{
color: #5B22A6;
}
.AnyTagClassName
{
color: #5B22A6;
}
</style>
background-color css
<style>
a { background-color: #5B22A6; }
a { background-color: rgb(91,34,166); }
div.DivClassName
{
background-color: #5B22A6;
}
.BgClassName
{
background-color: #5B22A6;
}
</style>
border-color css
<style>
span { border-color: #5B22A6; }
span { border-color: rgb(91,34,166); }
td.TdClassName
{
border-color: #5B22A6;
}
.TagClassName
{
border-color: #5B22A6;
}
</style>