Shades of Purple Heart #5B21D0
Tints of Purple Heart #5B21D0
RGB
CMYK
RGB Variations
Color information
#5B21D0 (or 0x5B21D0) is known color: Purple Heart. HEX triplet: 5B, 21 and D0. RGB value is (91,33,208). Sum of RGB (Red+Green+Blue) = 91+33+208=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 208 (81.64% from 255 or 62.65% from 332); Max value from RGB is 208 - color contains mainly: blue. Hex color #5B21D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B21D0 is #A4DE2F. Grayscale: #454545. Windows color (decimal): -10804784 or 13640027. OLE color: 13640027.
HSL color Cylindrical-coordinate representation of color #5B21D0: hue angle of 259.89º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B21D0 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 33 | 208 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.18 |
| HSL | 259.89º | 0.73% | 0.47% | - |
| HSV(B) | 259.89º | 0.84% | 0.82% | - |
| XYZ | 16.24 | 7.87 | 60.34 | - |
| YUV | 70.29 | 205.72 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 33 | 208 | 0.56 | 0.84 | 0 | 0.18 | 259.89 | 0.73 | 0.47 |
| Hex | 5B | 21 | D0 | 38 | 54 | 0 | 12 | 104 | 49 | 2F |
| Octal | 133 | 41 | 320 | 70 | 124 | 0 | 22 | 404 | 111 | 57 |
| Binary | 1011011 | 100001 | 11010000 | 111000 | 1010100 | 0 | 10010 | 100000100 | 1001001 | 101111 |
Color Harmonies of #5B21D0
Complementary color
Monochromatic Colors of #5B21D0
Black with #5B21D0
Text Example
Text Example
White with #5B21D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B21D0; }
p { color: rgb(91,33,208); }
H1.HeaderClassName
{
color: #5B21D0;
}
.AnyTagClassName
{
color: #5B21D0;
}
</style>
background-color css
<style>
a { background-color: #5B21D0; }
a { background-color: rgb(91,33,208); }
div.DivClassName
{
background-color: #5B21D0;
}
.BgClassName
{
background-color: #5B21D0;
}
</style>
border-color css
<style>
span { border-color: #5B21D0; }
span { border-color: rgb(91,33,208); }
td.TdClassName
{
border-color: #5B21D0;
}
.TagClassName
{
border-color: #5B21D0;
}
</style>