Shades of Purple Heart #5C2AAE
Tints of Purple Heart #5C2AAE
RGB
CMYK
RGB Variations
Color information
#5C2AAE (or 0x5C2AAE) is known color: Purple Heart. HEX triplet: 5C, 2A and AE. RGB value is (92,42,174). Sum of RGB (Red+Green+Blue) = 92+42+174=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C2AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2AAE is #A3D551. Grayscale: #474747. Windows color (decimal): -10736978 or 11414108. OLE color: 11414108.
HSL color Cylindrical-coordinate representation of color #5C2AAE: hue angle of 262.73º 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 #5C2AAE is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 42 | 174 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.32 |
| HSL | 262.73º | 0.61% | 0.42% | - |
| HSV(B) | 262.73º | 0.76% | 0.68% | - |
| XYZ | 12.88 | 6.99 | 40.71 | - |
| YUV | 72 | 185.57 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 42 | 174 | 0.47 | 0.76 | 0 | 0.32 | 262.73 | 0.61 | 0.42 |
| Hex | 5C | 2A | AE | 2F | 4C | 0 | 20 | 107 | 3D | 2A |
| Octal | 134 | 52 | 256 | 57 | 114 | 0 | 40 | 407 | 75 | 52 |
| Binary | 1011100 | 101010 | 10101110 | 101111 | 1001100 | 0 | 100000 | 100000111 | 111101 | 101010 |
Color Harmonies of #5C2AAE
Complementary color
Monochromatic Colors of #5C2AAE
Black with #5C2AAE
Text Example
Text Example
White with #5C2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2AAE; }
p { color: rgb(92,42,174); }
H1.HeaderClassName
{
color: #5C2AAE;
}
.AnyTagClassName
{
color: #5C2AAE;
}
</style>
background-color css
<style>
a { background-color: #5C2AAE; }
a { background-color: rgb(92,42,174); }
div.DivClassName
{
background-color: #5C2AAE;
}
.BgClassName
{
background-color: #5C2AAE;
}
</style>
border-color css
<style>
span { border-color: #5C2AAE; }
span { border-color: rgb(92,42,174); }
td.TdClassName
{
border-color: #5C2AAE;
}
.TagClassName
{
border-color: #5C2AAE;
}
</style>