Shades of Purple Heart #5A34BB
Tints of Purple Heart #5A34BB
RGB
CMYK
RGB Variations
Color information
#5A34BB (or 0x5A34BB) is known color: Purple Heart. HEX triplet: 5A, 34 and BB. RGB value is (90,52,187). Sum of RGB (Red+Green+Blue) = 90+52+187=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A34BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A34BB is #A5CB44. Grayscale: #4E4E4E. Windows color (decimal): -10865477 or 12268634. OLE color: 12268634.
HSL color Cylindrical-coordinate representation of color #5A34BB: hue angle of 256.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A34BB is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 52 | 187 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.27 |
| HSL | 256.89º | 0.56% | 0.47% | - |
| HSV(B) | 256.89º | 0.72% | 0.73% | - |
| XYZ | 14.41 | 8.22 | 47.84 | - |
| YUV | 78.75 | 189.09 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 187 | 0.52 | 0.72 | 0 | 0.27 | 256.89 | 0.56 | 0.47 |
| Hex | 5A | 34 | BB | 34 | 48 | 0 | 1B | 101 | 38 | 2F |
| Octal | 132 | 64 | 273 | 64 | 110 | 0 | 33 | 401 | 70 | 57 |
| Binary | 1011010 | 110100 | 10111011 | 110100 | 1001000 | 0 | 11011 | 100000001 | 111000 | 101111 |
Color Harmonies of #5A34BB
Complementary color
Monochromatic Colors of #5A34BB
Black with #5A34BB
Text Example
Text Example
White with #5A34BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A34BB; }
p { color: rgb(90,52,187); }
H1.HeaderClassName
{
color: #5A34BB;
}
.AnyTagClassName
{
color: #5A34BB;
}
</style>
background-color css
<style>
a { background-color: #5A34BB; }
a { background-color: rgb(90,52,187); }
div.DivClassName
{
background-color: #5A34BB;
}
.BgClassName
{
background-color: #5A34BB;
}
</style>
border-color css
<style>
span { border-color: #5A34BB; }
span { border-color: rgb(90,52,187); }
td.TdClassName
{
border-color: #5A34BB;
}
.TagClassName
{
border-color: #5A34BB;
}
</style>