Shades of Purple Heart #5B1DAC
Tints of Purple Heart #5B1DAC
RGB
CMYK
RGB Variations
Color information
#5B1DAC (or 0x5B1DAC) is known color: Purple Heart. HEX triplet: 5B, 1D and AC. RGB value is (91,29,172). Sum of RGB (Red+Green+Blue) = 91+29+172=292 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.16% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B1DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1DAC is #A4E253. Grayscale: #3F3F3F. Windows color (decimal): -10805844 or 11279707. OLE color: 11279707.
HSL color Cylindrical-coordinate representation of color #5B1DAC: hue angle of 266.01º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B1DAC is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 29 | 172 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.33 |
| HSL | 266.01º | 0.71% | 0.39% | - |
| HSV(B) | 266.01º | 0.83% | 0.67% | - |
| XYZ | 12.2 | 6.08 | 39.56 | - |
| YUV | 63.84 | 189.04 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 29 | 172 | 0.47 | 0.83 | 0 | 0.33 | 266.01 | 0.71 | 0.39 |
| Hex | 5B | 1D | AC | 2F | 53 | 0 | 21 | 10A | 47 | 27 |
| Octal | 133 | 35 | 254 | 57 | 123 | 0 | 41 | 412 | 107 | 47 |
| Binary | 1011011 | 11101 | 10101100 | 101111 | 1010011 | 0 | 100001 | 100001010 | 1000111 | 100111 |
Color Harmonies of #5B1DAC
Complementary color
Monochromatic Colors of #5B1DAC
Black with #5B1DAC
Text Example
Text Example
White with #5B1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1DAC; }
p { color: rgb(91,29,172); }
H1.HeaderClassName
{
color: #5B1DAC;
}
.AnyTagClassName
{
color: #5B1DAC;
}
</style>
background-color css
<style>
a { background-color: #5B1DAC; }
a { background-color: rgb(91,29,172); }
div.DivClassName
{
background-color: #5B1DAC;
}
.BgClassName
{
background-color: #5B1DAC;
}
</style>
border-color css
<style>
span { border-color: #5B1DAC; }
span { border-color: rgb(91,29,172); }
td.TdClassName
{
border-color: #5B1DAC;
}
.TagClassName
{
border-color: #5B1DAC;
}
</style>