Shades of Purple Heart #5B2DCD
Tints of Purple Heart #5B2DCD
RGB
CMYK
RGB Variations
Color information
#5B2DCD (or 0x5B2DCD) is known color: Purple Heart. HEX triplet: 5B, 2D and CD. RGB value is (91,45,205). Sum of RGB (Red+Green+Blue) = 91+45+205=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B2DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2DCD is #A4D232. Grayscale: #4C4C4C. Windows color (decimal): -10801715 or 13446491. OLE color: 13446491.
HSL color Cylindrical-coordinate representation of color #5B2DCD: hue angle of 257.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B2DCD is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 45 | 205 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.20 |
| HSL | 257.25º | 0.64% | 0.49% | - |
| HSV(B) | 257.25º | 0.78% | 0.8% | - |
| XYZ | 16.27 | 8.51 | 58.54 | - |
| YUV | 76.99 | 200.24 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 45 | 205 | 0.56 | 0.78 | 0 | 0.20 | 257.25 | 0.64 | 0.49 |
| Hex | 5B | 2D | CD | 38 | 4E | 0 | 14 | 101 | 40 | 31 |
| Octal | 133 | 55 | 315 | 70 | 116 | 0 | 24 | 401 | 100 | 61 |
| Binary | 1011011 | 101101 | 11001101 | 111000 | 1001110 | 0 | 10100 | 100000001 | 1000000 | 110001 |
Color Harmonies of #5B2DCD
Complementary color
Monochromatic Colors of #5B2DCD
Black with #5B2DCD
Text Example
Text Example
White with #5B2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2DCD; }
p { color: rgb(91,45,205); }
H1.HeaderClassName
{
color: #5B2DCD;
}
.AnyTagClassName
{
color: #5B2DCD;
}
</style>
background-color css
<style>
a { background-color: #5B2DCD; }
a { background-color: rgb(91,45,205); }
div.DivClassName
{
background-color: #5B2DCD;
}
.BgClassName
{
background-color: #5B2DCD;
}
</style>
border-color css
<style>
span { border-color: #5B2DCD; }
span { border-color: rgb(91,45,205); }
td.TdClassName
{
border-color: #5B2DCD;
}
.TagClassName
{
border-color: #5B2DCD;
}
</style>