Shades of Purple Heart #5A1DC3
Tints of Purple Heart #5A1DC3
RGB
CMYK
RGB Variations
Color information
#5A1DC3 (or 0x5A1DC3) is known color: Purple Heart. HEX triplet: 5A, 1D and C3. RGB value is (90,29,195). Sum of RGB (Red+Green+Blue) = 90+29+195=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 195 (76.56% from 255 or 62.10% from 314); Max value from RGB is 195 - color contains mainly: blue. Hex color #5A1DC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1DC3 is #A5E23C. Grayscale: #414141. Windows color (decimal): -10871357 or 12787034. OLE color: 12787034.
HSL color Cylindrical-coordinate representation of color #5A1DC3: hue angle of 262.05º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A1DC3 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 29 | 195 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.24 |
| HSL | 262.05º | 0.74% | 0.44% | - |
| HSV(B) | 262.05º | 0.85% | 0.76% | - |
| XYZ | 14.51 | 6.99 | 52.21 | - |
| YUV | 66.16 | 200.71 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 29 | 195 | 0.54 | 0.85 | 0 | 0.24 | 262.05 | 0.74 | 0.44 |
| Hex | 5A | 1D | C3 | 36 | 55 | 0 | 18 | 106 | 4A | 2C |
| Octal | 132 | 35 | 303 | 66 | 125 | 0 | 30 | 406 | 112 | 54 |
| Binary | 1011010 | 11101 | 11000011 | 110110 | 1010101 | 0 | 11000 | 100000110 | 1001010 | 101100 |
Color Harmonies of #5A1DC3
Complementary color
Monochromatic Colors of #5A1DC3
Black with #5A1DC3
Text Example
Text Example
White with #5A1DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1DC3; }
p { color: rgb(90,29,195); }
H1.HeaderClassName
{
color: #5A1DC3;
}
.AnyTagClassName
{
color: #5A1DC3;
}
</style>
background-color css
<style>
a { background-color: #5A1DC3; }
a { background-color: rgb(90,29,195); }
div.DivClassName
{
background-color: #5A1DC3;
}
.BgClassName
{
background-color: #5A1DC3;
}
</style>
border-color css
<style>
span { border-color: #5A1DC3; }
span { border-color: rgb(90,29,195); }
td.TdClassName
{
border-color: #5A1DC3;
}
.TagClassName
{
border-color: #5A1DC3;
}
</style>