Shades of Purple Heart #5A2FCD
Tints of Purple Heart #5A2FCD
RGB
CMYK
RGB Variations
Color information
#5A2FCD (or 0x5A2FCD) is known color: Purple Heart. HEX triplet: 5A, 2F and CD. RGB value is (90,47,205). Sum of RGB (Red+Green+Blue) = 90+47+205=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A2FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2FCD is #A5D032. Grayscale: #4D4D4D. Windows color (decimal): -10866739 or 13447002. OLE color: 13447002.
HSL color Cylindrical-coordinate representation of color #5A2FCD: hue angle of 256.33º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A2FCD is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 47 | 205 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.20 |
| HSL | 256.33º | 0.63% | 0.49% | - |
| HSV(B) | 256.33º | 0.77% | 0.8% | - |
| XYZ | 16.25 | 8.61 | 58.56 | - |
| YUV | 77.87 | 199.75 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 47 | 205 | 0.56 | 0.77 | 0 | 0.20 | 256.33 | 0.63 | 0.49 |
| Hex | 5A | 2F | CD | 38 | 4D | 0 | 14 | 100 | 3F | 31 |
| Octal | 132 | 57 | 315 | 70 | 115 | 0 | 24 | 400 | 77 | 61 |
| Binary | 1011010 | 101111 | 11001101 | 111000 | 1001101 | 0 | 10100 | 100000000 | 111111 | 110001 |
Color Harmonies of #5A2FCD
Complementary color
Monochromatic Colors of #5A2FCD
Black with #5A2FCD
Text Example
Text Example
White with #5A2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2FCD; }
p { color: rgb(90,47,205); }
H1.HeaderClassName
{
color: #5A2FCD;
}
.AnyTagClassName
{
color: #5A2FCD;
}
</style>
background-color css
<style>
a { background-color: #5A2FCD; }
a { background-color: rgb(90,47,205); }
div.DivClassName
{
background-color: #5A2FCD;
}
.BgClassName
{
background-color: #5A2FCD;
}
</style>
border-color css
<style>
span { border-color: #5A2FCD; }
span { border-color: rgb(90,47,205); }
td.TdClassName
{
border-color: #5A2FCD;
}
.TagClassName
{
border-color: #5A2FCD;
}
</style>