Shades of Purple Heart #5B2DDD
Tints of Purple Heart #5B2DDD
RGB
CMYK
RGB Variations
Color information
#5B2DDD (or 0x5B2DDD) is known color: Purple Heart. HEX triplet: 5B, 2D and DD. RGB value is (91,45,221). Sum of RGB (Red+Green+Blue) = 91+45+221=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B2DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2DDD is #A4D222. Grayscale: #4E4E4E. Windows color (decimal): -10801699 or 14495067. OLE color: 14495067.
HSL color Cylindrical-coordinate representation of color #5B2DDD: hue angle of 255.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B2DDD is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 45 | 221 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.13 |
| HSL | 255.68º | 0.72% | 0.52% | - |
| HSV(B) | 255.68º | 0.8% | 0.87% | - |
| XYZ | 18.3 | 9.32 | 69.24 | - |
| YUV | 78.82 | 208.24 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 45 | 221 | 0.59 | 0.80 | 0 | 0.13 | 255.68 | 0.72 | 0.52 |
| Hex | 5B | 2D | DD | 3B | 50 | 0 | D | 100 | 48 | 34 |
| Octal | 133 | 55 | 335 | 73 | 120 | 0 | 15 | 400 | 110 | 64 |
| Binary | 1011011 | 101101 | 11011101 | 111011 | 1010000 | 0 | 1101 | 100000000 | 1001000 | 110100 |
Color Harmonies of #5B2DDD
Complementary color
Monochromatic Colors of #5B2DDD
Black with #5B2DDD
Text Example
Text Example
White with #5B2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2DDD; }
p { color: rgb(91,45,221); }
H1.HeaderClassName
{
color: #5B2DDD;
}
.AnyTagClassName
{
color: #5B2DDD;
}
</style>
background-color css
<style>
a { background-color: #5B2DDD; }
a { background-color: rgb(91,45,221); }
div.DivClassName
{
background-color: #5B2DDD;
}
.BgClassName
{
background-color: #5B2DDD;
}
</style>
border-color css
<style>
span { border-color: #5B2DDD; }
span { border-color: rgb(91,45,221); }
td.TdClassName
{
border-color: #5B2DDD;
}
.TagClassName
{
border-color: #5B2DDD;
}
</style>