Shades of Purple Heart #5A1AC3
Tints of Purple Heart #5A1AC3
RGB
CMYK
RGB Variations
Color information
#5A1AC3 (or 0x5A1AC3) is known color: Purple Heart. HEX triplet: 5A, 1A and C3. RGB value is (90,26,195). Sum of RGB (Red+Green+Blue) = 90+26+195=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 195 (76.56% from 255 or 62.70% from 311); Max value from RGB is 195 - color contains mainly: blue. Hex color #5A1AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1AC3 is #A5E53C. Grayscale: #3F3F3F. Windows color (decimal): -10872125 or 12786266. OLE color: 12786266.
HSL color Cylindrical-coordinate representation of color #5A1AC3: hue angle of 262.72º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A1AC3 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 26 | 195 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.24 |
| HSL | 262.72º | 0.76% | 0.43% | - |
| HSV(B) | 262.72º | 0.87% | 0.76% | - |
| XYZ | 14.44 | 6.85 | 52.19 | - |
| YUV | 64.4 | 201.7 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 195 | 0.54 | 0.87 | 0 | 0.24 | 262.72 | 0.76 | 0.43 |
| Hex | 5A | 1A | C3 | 36 | 57 | 0 | 18 | 107 | 4C | 2B |
| Octal | 132 | 32 | 303 | 66 | 127 | 0 | 30 | 407 | 114 | 53 |
| Binary | 1011010 | 11010 | 11000011 | 110110 | 1010111 | 0 | 11000 | 100000111 | 1001100 | 101011 |
Color Harmonies of #5A1AC3
Complementary color
Monochromatic Colors of #5A1AC3
Black with #5A1AC3
Text Example
Text Example
White with #5A1AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1AC3; }
p { color: rgb(90,26,195); }
H1.HeaderClassName
{
color: #5A1AC3;
}
.AnyTagClassName
{
color: #5A1AC3;
}
</style>
background-color css
<style>
a { background-color: #5A1AC3; }
a { background-color: rgb(90,26,195); }
div.DivClassName
{
background-color: #5A1AC3;
}
.BgClassName
{
background-color: #5A1AC3;
}
</style>
border-color css
<style>
span { border-color: #5A1AC3; }
span { border-color: rgb(90,26,195); }
td.TdClassName
{
border-color: #5A1AC3;
}
.TagClassName
{
border-color: #5A1AC3;
}
</style>