Shades of Purple Heart #5A34BC
Tints of Purple Heart #5A34BC
RGB
CMYK
RGB Variations
Color information
#5A34BC (or 0x5A34BC) is known color: Purple Heart. HEX triplet: 5A, 34 and BC. RGB value is (90,52,188). Sum of RGB (Red+Green+Blue) = 90+52+188=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A34BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A34BC is #A5CB43. Grayscale: #4E4E4E. Windows color (decimal): -10865476 or 12334170. OLE color: 12334170.
HSL color Cylindrical-coordinate representation of color #5A34BC: hue angle of 256.76º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A34BC is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 52 | 188 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.26 |
| HSL | 256.76º | 0.57% | 0.47% | - |
| HSV(B) | 256.76º | 0.72% | 0.74% | - |
| XYZ | 14.52 | 8.26 | 48.41 | - |
| YUV | 78.87 | 189.59 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 188 | 0.52 | 0.72 | 0 | 0.26 | 256.76 | 0.57 | 0.47 |
| Hex | 5A | 34 | BC | 34 | 48 | 0 | 1A | 101 | 39 | 2F |
| Octal | 132 | 64 | 274 | 64 | 110 | 0 | 32 | 401 | 71 | 57 |
| Binary | 1011010 | 110100 | 10111100 | 110100 | 1001000 | 0 | 11010 | 100000001 | 111001 | 101111 |
Color Harmonies of #5A34BC
Complementary color
Monochromatic Colors of #5A34BC
Black with #5A34BC
Text Example
Text Example
White with #5A34BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A34BC; }
p { color: rgb(90,52,188); }
H1.HeaderClassName
{
color: #5A34BC;
}
.AnyTagClassName
{
color: #5A34BC;
}
</style>
background-color css
<style>
a { background-color: #5A34BC; }
a { background-color: rgb(90,52,188); }
div.DivClassName
{
background-color: #5A34BC;
}
.BgClassName
{
background-color: #5A34BC;
}
</style>
border-color css
<style>
span { border-color: #5A34BC; }
span { border-color: rgb(90,52,188); }
td.TdClassName
{
border-color: #5A34BC;
}
.TagClassName
{
border-color: #5A34BC;
}
</style>