Shades of Purple Heart #5B2BCD
Tints of Purple Heart #5B2BCD
RGB
CMYK
RGB Variations
Color information
#5B2BCD (or 0x5B2BCD) is known color: Purple Heart. HEX triplet: 5B, 2B and CD. RGB value is (91,43,205). Sum of RGB (Red+Green+Blue) = 91+43+205=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B2BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2BCD is #A4D432. Grayscale: #4B4B4B. Windows color (decimal): -10802227 or 13445979. OLE color: 13445979.
HSL color Cylindrical-coordinate representation of color #5B2BCD: hue angle of 257.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B2BCD is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 43 | 205 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.20 |
| HSL | 257.78º | 0.65% | 0.49% | - |
| HSV(B) | 257.78º | 0.79% | 0.8% | - |
| XYZ | 16.2 | 8.36 | 58.52 | - |
| YUV | 75.82 | 200.9 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 43 | 205 | 0.56 | 0.79 | 0 | 0.20 | 257.78 | 0.65 | 0.49 |
| Hex | 5B | 2B | CD | 38 | 4F | 0 | 14 | 102 | 41 | 31 |
| Octal | 133 | 53 | 315 | 70 | 117 | 0 | 24 | 402 | 101 | 61 |
| Binary | 1011011 | 101011 | 11001101 | 111000 | 1001111 | 0 | 10100 | 100000010 | 1000001 | 110001 |
Color Harmonies of #5B2BCD
Complementary color
Monochromatic Colors of #5B2BCD
Black with #5B2BCD
Text Example
Text Example
White with #5B2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2BCD; }
p { color: rgb(91,43,205); }
H1.HeaderClassName
{
color: #5B2BCD;
}
.AnyTagClassName
{
color: #5B2BCD;
}
</style>
background-color css
<style>
a { background-color: #5B2BCD; }
a { background-color: rgb(91,43,205); }
div.DivClassName
{
background-color: #5B2BCD;
}
.BgClassName
{
background-color: #5B2BCD;
}
</style>
border-color css
<style>
span { border-color: #5B2BCD; }
span { border-color: rgb(91,43,205); }
td.TdClassName
{
border-color: #5B2BCD;
}
.TagClassName
{
border-color: #5B2BCD;
}
</style>