Shades of Purple Heart #5A3FCD
Tints of Purple Heart #5A3FCD
RGB
CMYK
RGB Variations
Color information
#5A3FCD (or 0x5A3FCD) is known color: Purple Heart. HEX triplet: 5A, 3F and CD. RGB value is (90,63,205). Sum of RGB (Red+Green+Blue) = 90+63+205=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A3FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3FCD is #A5C032. Grayscale: #565656. Windows color (decimal): -10862643 or 13451098. OLE color: 13451098.
HSL color Cylindrical-coordinate representation of color #5A3FCD: hue angle of 251.41º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A3FCD is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 63 | 205 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.20 |
| HSL | 251.41º | 0.59% | 0.53% | - |
| HSV(B) | 251.41º | 0.69% | 0.8% | - |
| XYZ | 17.01 | 10.14 | 58.82 | - |
| YUV | 87.26 | 194.45 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 63 | 205 | 0.56 | 0.69 | 0 | 0.20 | 251.41 | 0.59 | 0.53 |
| Hex | 5A | 3F | CD | 38 | 45 | 0 | 14 | FB | 3B | 35 |
| Octal | 132 | 77 | 315 | 70 | 105 | 0 | 24 | 373 | 73 | 65 |
| Binary | 1011010 | 111111 | 11001101 | 111000 | 1000101 | 0 | 10100 | 11111011 | 111011 | 110101 |
Color Harmonies of #5A3FCD
Complementary color
Monochromatic Colors of #5A3FCD
Black with #5A3FCD
Text Example
Text Example
White with #5A3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3FCD; }
p { color: rgb(90,63,205); }
H1.HeaderClassName
{
color: #5A3FCD;
}
.AnyTagClassName
{
color: #5A3FCD;
}
</style>
background-color css
<style>
a { background-color: #5A3FCD; }
a { background-color: rgb(90,63,205); }
div.DivClassName
{
background-color: #5A3FCD;
}
.BgClassName
{
background-color: #5A3FCD;
}
</style>
border-color css
<style>
span { border-color: #5A3FCD; }
span { border-color: rgb(90,63,205); }
td.TdClassName
{
border-color: #5A3FCD;
}
.TagClassName
{
border-color: #5A3FCD;
}
</style>