Shades of Purple Heart #5B2ACE
Tints of Purple Heart #5B2ACE
RGB
CMYK
RGB Variations
Color information
#5B2ACE (or 0x5B2ACE) is known color: Purple Heart. HEX triplet: 5B, 2A and CE. RGB value is (91,42,206). Sum of RGB (Red+Green+Blue) = 91+42+206=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B2ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2ACE is #A4D531. Grayscale: #4A4A4A. Windows color (decimal): -10802482 or 13511259. OLE color: 13511259.
HSL color Cylindrical-coordinate representation of color #5B2ACE: hue angle of 257.93º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B2ACE is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 42 | 206 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.19 |
| HSL | 257.93º | 0.66% | 0.49% | - |
| HSV(B) | 257.93º | 0.8% | 0.81% | - |
| XYZ | 16.28 | 8.34 | 59.14 | - |
| YUV | 75.35 | 201.73 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 206 | 0.56 | 0.80 | 0 | 0.19 | 257.93 | 0.66 | 0.49 |
| Hex | 5B | 2A | CE | 38 | 50 | 0 | 13 | 102 | 42 | 31 |
| Octal | 133 | 52 | 316 | 70 | 120 | 0 | 23 | 402 | 102 | 61 |
| Binary | 1011011 | 101010 | 11001110 | 111000 | 1010000 | 0 | 10011 | 100000010 | 1000010 | 110001 |
Color Harmonies of #5B2ACE
Complementary color
Monochromatic Colors of #5B2ACE
Black with #5B2ACE
Text Example
Text Example
White with #5B2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2ACE; }
p { color: rgb(91,42,206); }
H1.HeaderClassName
{
color: #5B2ACE;
}
.AnyTagClassName
{
color: #5B2ACE;
}
</style>
background-color css
<style>
a { background-color: #5B2ACE; }
a { background-color: rgb(91,42,206); }
div.DivClassName
{
background-color: #5B2ACE;
}
.BgClassName
{
background-color: #5B2ACE;
}
</style>
border-color css
<style>
span { border-color: #5B2ACE; }
span { border-color: rgb(91,42,206); }
td.TdClassName
{
border-color: #5B2ACE;
}
.TagClassName
{
border-color: #5B2ACE;
}
</style>