Shades of Purple Heart #5C2AAC
Tints of Purple Heart #5C2AAC
RGB
CMYK
RGB Variations
Color information
#5C2AAC (or 0x5C2AAC) is known color: Purple Heart. HEX triplet: 5C, 2A and AC. RGB value is (92,42,172). Sum of RGB (Red+Green+Blue) = 92+42+172=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C2AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2AAC is #A3D553. Grayscale: #474747. Windows color (decimal): -10736980 or 11283036. OLE color: 11283036.
HSL color Cylindrical-coordinate representation of color #5C2AAC: hue angle of 263.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C2AAC is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 42 | 172 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.33 |
| HSL | 263.08º | 0.61% | 0.42% | - |
| HSV(B) | 263.08º | 0.76% | 0.67% | - |
| XYZ | 12.69 | 6.91 | 39.69 | - |
| YUV | 71.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 42 | 172 | 0.47 | 0.76 | 0 | 0.33 | 263.08 | 0.61 | 0.42 |
| Hex | 5C | 2A | AC | 2F | 4C | 0 | 21 | 107 | 3D | 2A |
| Octal | 134 | 52 | 254 | 57 | 114 | 0 | 41 | 407 | 75 | 52 |
| Binary | 1011100 | 101010 | 10101100 | 101111 | 1001100 | 0 | 100001 | 100000111 | 111101 | 101010 |
Color Harmonies of #5C2AAC
Complementary color
Monochromatic Colors of #5C2AAC
Black with #5C2AAC
Text Example
Text Example
White with #5C2AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2AAC; }
p { color: rgb(92,42,172); }
H1.HeaderClassName
{
color: #5C2AAC;
}
.AnyTagClassName
{
color: #5C2AAC;
}
</style>
background-color css
<style>
a { background-color: #5C2AAC; }
a { background-color: rgb(92,42,172); }
div.DivClassName
{
background-color: #5C2AAC;
}
.BgClassName
{
background-color: #5C2AAC;
}
</style>
border-color css
<style>
span { border-color: #5C2AAC; }
span { border-color: rgb(92,42,172); }
td.TdClassName
{
border-color: #5C2AAC;
}
.TagClassName
{
border-color: #5C2AAC;
}
</style>