Shades of Purple Heart #5A32CD
Tints of Purple Heart #5A32CD
RGB
CMYK
RGB Variations
Color information
#5A32CD (or 0x5A32CD) is known color: Purple Heart. HEX triplet: 5A, 32 and CD. RGB value is (90,50,205). Sum of RGB (Red+Green+Blue) = 90+50+205=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A32CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A32CD is #A5CD32. Grayscale: #4F4F4F. Windows color (decimal): -10865971 or 13447770. OLE color: 13447770.
HSL color Cylindrical-coordinate representation of color #5A32CD: hue angle of 255.48º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A32CD is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 50 | 205 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.20 |
| HSL | 255.48º | 0.61% | 0.5% | - |
| HSV(B) | 255.48º | 0.76% | 0.8% | - |
| XYZ | 16.38 | 8.86 | 58.61 | - |
| YUV | 79.63 | 198.75 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 205 | 0.56 | 0.76 | 0 | 0.20 | 255.48 | 0.61 | 0.5 |
| Hex | 5A | 32 | CD | 38 | 4C | 0 | 14 | FF | 3D | 32 |
| Octal | 132 | 62 | 315 | 70 | 114 | 0 | 24 | 377 | 75 | 62 |
| Binary | 1011010 | 110010 | 11001101 | 111000 | 1001100 | 0 | 10100 | 11111111 | 111101 | 110010 |
Color Harmonies of #5A32CD
Complementary color
Monochromatic Colors of #5A32CD
Black with #5A32CD
Text Example
Text Example
White with #5A32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A32CD; }
p { color: rgb(90,50,205); }
H1.HeaderClassName
{
color: #5A32CD;
}
.AnyTagClassName
{
color: #5A32CD;
}
</style>
background-color css
<style>
a { background-color: #5A32CD; }
a { background-color: rgb(90,50,205); }
div.DivClassName
{
background-color: #5A32CD;
}
.BgClassName
{
background-color: #5A32CD;
}
</style>
border-color css
<style>
span { border-color: #5A32CD; }
span { border-color: rgb(90,50,205); }
td.TdClassName
{
border-color: #5A32CD;
}
.TagClassName
{
border-color: #5A32CD;
}
</style>