Shades of Purple Heart #5A34BD
Tints of Purple Heart #5A34BD
RGB
CMYK
RGB Variations
Color information
#5A34BD (or 0x5A34BD) is known color: Purple Heart. HEX triplet: 5A, 34 and BD. RGB value is (90,52,189). Sum of RGB (Red+Green+Blue) = 90+52+189=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A34BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A34BD is #A5CB42. Grayscale: #4E4E4E. Windows color (decimal): -10865475 or 12399706. OLE color: 12399706.
HSL color Cylindrical-coordinate representation of color #5A34BD: hue angle of 256.64º 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 #5A34BD is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 52 | 189 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.26 |
| HSL | 256.64º | 0.57% | 0.47% | - |
| HSV(B) | 256.64º | 0.72% | 0.74% | - |
| XYZ | 14.63 | 8.3 | 48.98 | - |
| YUV | 78.98 | 190.09 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 189 | 0.52 | 0.72 | 0 | 0.26 | 256.64 | 0.57 | 0.47 |
| Hex | 5A | 34 | BD | 34 | 48 | 0 | 1A | 101 | 39 | 2F |
| Octal | 132 | 64 | 275 | 64 | 110 | 0 | 32 | 401 | 71 | 57 |
| Binary | 1011010 | 110100 | 10111101 | 110100 | 1001000 | 0 | 11010 | 100000001 | 111001 | 101111 |
Color Harmonies of #5A34BD
Complementary color
Monochromatic Colors of #5A34BD
Black with #5A34BD
Text Example
Text Example
White with #5A34BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A34BD; }
p { color: rgb(90,52,189); }
H1.HeaderClassName
{
color: #5A34BD;
}
.AnyTagClassName
{
color: #5A34BD;
}
</style>
background-color css
<style>
a { background-color: #5A34BD; }
a { background-color: rgb(90,52,189); }
div.DivClassName
{
background-color: #5A34BD;
}
.BgClassName
{
background-color: #5A34BD;
}
</style>
border-color css
<style>
span { border-color: #5A34BD; }
span { border-color: rgb(90,52,189); }
td.TdClassName
{
border-color: #5A34BD;
}
.TagClassName
{
border-color: #5A34BD;
}
</style>