Shades of Purple Heart #5B3ACD
Tints of Purple Heart #5B3ACD
RGB
CMYK
RGB Variations
Color information
#5B3ACD (or 0x5B3ACD) is known color: Purple Heart. HEX triplet: 5B, 3A and CD. RGB value is (91,58,205). Sum of RGB (Red+Green+Blue) = 91+58+205=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B3ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3ACD is #A4C532. Grayscale: #545454. Windows color (decimal): -10798387 or 13449819. OLE color: 13449819.
HSL color Cylindrical-coordinate representation of color #5B3ACD: hue angle of 253.47º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B3ACD is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 58 | 205 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.20 |
| HSL | 253.47º | 0.6% | 0.52% | - |
| HSV(B) | 253.47º | 0.72% | 0.8% | - |
| XYZ | 16.85 | 9.66 | 58.73 | - |
| YUV | 84.63 | 195.93 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 205 | 0.56 | 0.72 | 0 | 0.20 | 253.47 | 0.6 | 0.52 |
| Hex | 5B | 3A | CD | 38 | 48 | 0 | 14 | FD | 3C | 34 |
| Octal | 133 | 72 | 315 | 70 | 110 | 0 | 24 | 375 | 74 | 64 |
| Binary | 1011011 | 111010 | 11001101 | 111000 | 1001000 | 0 | 10100 | 11111101 | 111100 | 110100 |
Color Harmonies of #5B3ACD
Complementary color
Monochromatic Colors of #5B3ACD
Black with #5B3ACD
Text Example
Text Example
White with #5B3ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3ACD; }
p { color: rgb(91,58,205); }
H1.HeaderClassName
{
color: #5B3ACD;
}
.AnyTagClassName
{
color: #5B3ACD;
}
</style>
background-color css
<style>
a { background-color: #5B3ACD; }
a { background-color: rgb(91,58,205); }
div.DivClassName
{
background-color: #5B3ACD;
}
.BgClassName
{
background-color: #5B3ACD;
}
</style>
border-color css
<style>
span { border-color: #5B3ACD; }
span { border-color: rgb(91,58,205); }
td.TdClassName
{
border-color: #5B3ACD;
}
.TagClassName
{
border-color: #5B3ACD;
}
</style>