Shades of Purple Heart #5B3ACE
Tints of Purple Heart #5B3ACE
RGB
CMYK
RGB Variations
Color information
#5B3ACE (or 0x5B3ACE) is known color: Purple Heart. HEX triplet: 5B, 3A and CE. RGB value is (91,58,206). Sum of RGB (Red+Green+Blue) = 91+58+206=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B3ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3ACE is #A4C531. Grayscale: #545454. Windows color (decimal): -10798386 or 13515355. OLE color: 13515355.
HSL color Cylindrical-coordinate representation of color #5B3ACE: hue angle of 253.38º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B3ACE is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 58 | 206 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.19 |
| HSL | 253.38º | 0.6% | 0.52% | - |
| HSV(B) | 253.38º | 0.72% | 0.81% | - |
| XYZ | 16.97 | 9.71 | 59.37 | - |
| YUV | 84.74 | 196.43 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 206 | 0.56 | 0.72 | 0 | 0.19 | 253.38 | 0.6 | 0.52 |
| Hex | 5B | 3A | CE | 38 | 48 | 0 | 13 | FD | 3C | 34 |
| Octal | 133 | 72 | 316 | 70 | 110 | 0 | 23 | 375 | 74 | 64 |
| Binary | 1011011 | 111010 | 11001110 | 111000 | 1001000 | 0 | 10011 | 11111101 | 111100 | 110100 |
Color Harmonies of #5B3ACE
Complementary color
Monochromatic Colors of #5B3ACE
Black with #5B3ACE
Text Example
Text Example
White with #5B3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3ACE; }
p { color: rgb(91,58,206); }
H1.HeaderClassName
{
color: #5B3ACE;
}
.AnyTagClassName
{
color: #5B3ACE;
}
</style>
background-color css
<style>
a { background-color: #5B3ACE; }
a { background-color: rgb(91,58,206); }
div.DivClassName
{
background-color: #5B3ACE;
}
.BgClassName
{
background-color: #5B3ACE;
}
</style>
border-color css
<style>
span { border-color: #5B3ACE; }
span { border-color: rgb(91,58,206); }
td.TdClassName
{
border-color: #5B3ACE;
}
.TagClassName
{
border-color: #5B3ACE;
}
</style>