Shades of Purple Heart #5B2CAD
Tints of Purple Heart #5B2CAD
RGB
CMYK
RGB Variations
Color information
#5B2CAD (or 0x5B2CAD) is known color: Purple Heart. HEX triplet: 5B, 2C and AD. RGB value is (91,44,173). Sum of RGB (Red+Green+Blue) = 91+44+173=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B2CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2CAD is #A4D352. Grayscale: #484848. Windows color (decimal): -10802003 or 11349083. OLE color: 11349083.
HSL color Cylindrical-coordinate representation of color #5B2CAD: hue angle of 261.86º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B2CAD is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 44 | 173 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.32 |
| HSL | 261.86º | 0.59% | 0.43% | - |
| HSV(B) | 261.86º | 0.75% | 0.68% | - |
| XYZ | 12.76 | 7.04 | 40.22 | - |
| YUV | 72.76 | 184.57 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 44 | 173 | 0.47 | 0.75 | 0 | 0.32 | 261.86 | 0.59 | 0.43 |
| Hex | 5B | 2C | AD | 2F | 4B | 0 | 20 | 106 | 3B | 2B |
| Octal | 133 | 54 | 255 | 57 | 113 | 0 | 40 | 406 | 73 | 53 |
| Binary | 1011011 | 101100 | 10101101 | 101111 | 1001011 | 0 | 100000 | 100000110 | 111011 | 101011 |
Color Harmonies of #5B2CAD
Complementary color
Monochromatic Colors of #5B2CAD
Black with #5B2CAD
Text Example
Text Example
White with #5B2CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2CAD; }
p { color: rgb(91,44,173); }
H1.HeaderClassName
{
color: #5B2CAD;
}
.AnyTagClassName
{
color: #5B2CAD;
}
</style>
background-color css
<style>
a { background-color: #5B2CAD; }
a { background-color: rgb(91,44,173); }
div.DivClassName
{
background-color: #5B2CAD;
}
.BgClassName
{
background-color: #5B2CAD;
}
</style>
border-color css
<style>
span { border-color: #5B2CAD; }
span { border-color: rgb(91,44,173); }
td.TdClassName
{
border-color: #5B2CAD;
}
.TagClassName
{
border-color: #5B2CAD;
}
</style>