Shades of Purple Heart #5B34AC
Tints of Purple Heart #5B34AC
RGB
CMYK
RGB Variations
Color information
#5B34AC (or 0x5B34AC) is known color: Purple Heart. HEX triplet: 5B, 34 and AC. RGB value is (91,52,172). Sum of RGB (Red+Green+Blue) = 91+52+172=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B34AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B34AC is #A4CB53. Grayscale: #4C4C4C. Windows color (decimal): -10799956 or 11285595. OLE color: 11285595.
HSL color Cylindrical-coordinate representation of color #5B34AC: hue angle of 259.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B34AC is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 52 | 172 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.33 |
| HSL | 259.5º | 0.54% | 0.44% | - |
| HSV(B) | 259.5º | 0.7% | 0.67% | - |
| XYZ | 12.99 | 7.66 | 39.82 | - |
| YUV | 77.34 | 181.42 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 172 | 0.47 | 0.70 | 0 | 0.33 | 259.5 | 0.54 | 0.44 |
| Hex | 5B | 34 | AC | 2F | 46 | 0 | 21 | 104 | 36 | 2C |
| Octal | 133 | 64 | 254 | 57 | 106 | 0 | 41 | 404 | 66 | 54 |
| Binary | 1011011 | 110100 | 10101100 | 101111 | 1000110 | 0 | 100001 | 100000100 | 110110 | 101100 |
Color Harmonies of #5B34AC
Complementary color
Monochromatic Colors of #5B34AC
Black with #5B34AC
Text Example
Text Example
White with #5B34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B34AC; }
p { color: rgb(91,52,172); }
H1.HeaderClassName
{
color: #5B34AC;
}
.AnyTagClassName
{
color: #5B34AC;
}
</style>
background-color css
<style>
a { background-color: #5B34AC; }
a { background-color: rgb(91,52,172); }
div.DivClassName
{
background-color: #5B34AC;
}
.BgClassName
{
background-color: #5B34AC;
}
</style>
border-color css
<style>
span { border-color: #5B34AC; }
span { border-color: rgb(91,52,172); }
td.TdClassName
{
border-color: #5B34AC;
}
.TagClassName
{
border-color: #5B34AC;
}
</style>