Shades of Purple Heart #5A34B8
Tints of Purple Heart #5A34B8
RGB
CMYK
RGB Variations
Color information
#5A34B8 (or 0x5A34B8) is known color: Purple Heart. HEX triplet: 5A, 34 and B8. RGB value is (90,52,184). Sum of RGB (Red+Green+Blue) = 90+52+184=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #5A34B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A34B8 is #A5CB47. Grayscale: #4D4D4D. Windows color (decimal): -10865480 or 12072026. OLE color: 12072026.
HSL color Cylindrical-coordinate representation of color #5A34B8: hue angle of 257.27º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A34B8 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 52 | 184 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.28 |
| HSL | 257.27º | 0.56% | 0.46% | - |
| HSV(B) | 257.27º | 0.72% | 0.72% | - |
| XYZ | 14.1 | 8.09 | 46.17 | - |
| YUV | 78.41 | 187.59 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 184 | 0.51 | 0.72 | 0 | 0.28 | 257.27 | 0.56 | 0.46 |
| Hex | 5A | 34 | B8 | 33 | 48 | 0 | 1C | 101 | 38 | 2E |
| Octal | 132 | 64 | 270 | 63 | 110 | 0 | 34 | 401 | 70 | 56 |
| Binary | 1011010 | 110100 | 10111000 | 110011 | 1001000 | 0 | 11100 | 100000001 | 111000 | 101110 |
Color Harmonies of #5A34B8
Complementary color
Monochromatic Colors of #5A34B8
Black with #5A34B8
Text Example
Text Example
White with #5A34B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A34B8; }
p { color: rgb(90,52,184); }
H1.HeaderClassName
{
color: #5A34B8;
}
.AnyTagClassName
{
color: #5A34B8;
}
</style>
background-color css
<style>
a { background-color: #5A34B8; }
a { background-color: rgb(90,52,184); }
div.DivClassName
{
background-color: #5A34B8;
}
.BgClassName
{
background-color: #5A34B8;
}
</style>
border-color css
<style>
span { border-color: #5A34B8; }
span { border-color: rgb(90,52,184); }
td.TdClassName
{
border-color: #5A34B8;
}
.TagClassName
{
border-color: #5A34B8;
}
</style>