Shades of Purple Heart #5B28DC
Tints of Purple Heart #5B28DC
RGB
CMYK
RGB Variations
Color information
#5B28DC (or 0x5B28DC) is known color: Purple Heart. HEX triplet: 5B, 28 and DC. RGB value is (91,40,220). Sum of RGB (Red+Green+Blue) = 91+40+220=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B28DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B28DC is #A4D723. Grayscale: #4B4B4B. Windows color (decimal): -10802980 or 14428251. OLE color: 14428251.
HSL color Cylindrical-coordinate representation of color #5B28DC: hue angle of 257º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B28DC is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 40 | 220 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.14 |
| HSL | 257º | 0.72% | 0.51% | - |
| HSV(B) | 257º | 0.82% | 0.86% | - |
| XYZ | 17.99 | 8.91 | 68.48 | - |
| YUV | 75.77 | 209.4 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 40 | 220 | 0.59 | 0.82 | 0 | 0.14 | 257 | 0.72 | 0.51 |
| Hex | 5B | 28 | DC | 3B | 52 | 0 | E | 101 | 48 | 33 |
| Octal | 133 | 50 | 334 | 73 | 122 | 0 | 16 | 401 | 110 | 63 |
| Binary | 1011011 | 101000 | 11011100 | 111011 | 1010010 | 0 | 1110 | 100000001 | 1001000 | 110011 |
Color Harmonies of #5B28DC
Complementary color
Monochromatic Colors of #5B28DC
Black with #5B28DC
Text Example
Text Example
White with #5B28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B28DC; }
p { color: rgb(91,40,220); }
H1.HeaderClassName
{
color: #5B28DC;
}
.AnyTagClassName
{
color: #5B28DC;
}
</style>
background-color css
<style>
a { background-color: #5B28DC; }
a { background-color: rgb(91,40,220); }
div.DivClassName
{
background-color: #5B28DC;
}
.BgClassName
{
background-color: #5B28DC;
}
</style>
border-color css
<style>
span { border-color: #5B28DC; }
span { border-color: rgb(91,40,220); }
td.TdClassName
{
border-color: #5B28DC;
}
.TagClassName
{
border-color: #5B28DC;
}
</style>