Shades of Purple Heart #5C2AAD
Tints of Purple Heart #5C2AAD
RGB
CMYK
RGB Variations
Color information
#5C2AAD (or 0x5C2AAD) is known color: Purple Heart. HEX triplet: 5C, 2A and AD. RGB value is (92,42,173). Sum of RGB (Red+Green+Blue) = 92+42+173=307 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.97% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C2AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2AAD is #A3D552. Grayscale: #474747. Windows color (decimal): -10736979 or 11348572. OLE color: 11348572.
HSL color Cylindrical-coordinate representation of color #5C2AAD: hue angle of 262.9º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C2AAD is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 42 | 173 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.32 |
| HSL | 262.9º | 0.61% | 0.42% | - |
| HSV(B) | 262.9º | 0.76% | 0.68% | - |
| XYZ | 12.78 | 6.95 | 40.2 | - |
| YUV | 71.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 42 | 173 | 0.47 | 0.76 | 0 | 0.32 | 262.9 | 0.61 | 0.42 |
| Hex | 5C | 2A | AD | 2F | 4C | 0 | 20 | 107 | 3D | 2A |
| Octal | 134 | 52 | 255 | 57 | 114 | 0 | 40 | 407 | 75 | 52 |
| Binary | 1011100 | 101010 | 10101101 | 101111 | 1001100 | 0 | 100000 | 100000111 | 111101 | 101010 |
Color Harmonies of #5C2AAD
Complementary color
Monochromatic Colors of #5C2AAD
Black with #5C2AAD
Text Example
Text Example
White with #5C2AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2AAD; }
p { color: rgb(92,42,173); }
H1.HeaderClassName
{
color: #5C2AAD;
}
.AnyTagClassName
{
color: #5C2AAD;
}
</style>
background-color css
<style>
a { background-color: #5C2AAD; }
a { background-color: rgb(92,42,173); }
div.DivClassName
{
background-color: #5C2AAD;
}
.BgClassName
{
background-color: #5C2AAD;
}
</style>
border-color css
<style>
span { border-color: #5C2AAD; }
span { border-color: rgb(92,42,173); }
td.TdClassName
{
border-color: #5C2AAD;
}
.TagClassName
{
border-color: #5C2AAD;
}
</style>