Shades of Purple Heart #5C2AAF
Tints of Purple Heart #5C2AAF
RGB
CMYK
RGB Variations
Color information
#5C2AAF (or 0x5C2AAF) is known color: Purple Heart. HEX triplet: 5C, 2A and AF. RGB value is (92,42,175). Sum of RGB (Red+Green+Blue) = 92+42+175=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C2AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2AAF is #A3D550. Grayscale: #474747. Windows color (decimal): -10736977 or 11479644. OLE color: 11479644.
HSL color Cylindrical-coordinate representation of color #5C2AAF: hue angle of 262.56º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C2AAF is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 42 | 175 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.31 |
| HSL | 262.56º | 0.61% | 0.43% | - |
| HSV(B) | 262.56º | 0.76% | 0.69% | - |
| XYZ | 12.98 | 7.03 | 41.23 | - |
| YUV | 72.11 | 186.07 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 42 | 175 | 0.47 | 0.76 | 0 | 0.31 | 262.56 | 0.61 | 0.43 |
| Hex | 5C | 2A | AF | 2F | 4C | 0 | 1F | 107 | 3D | 2B |
| Octal | 134 | 52 | 257 | 57 | 114 | 0 | 37 | 407 | 75 | 53 |
| Binary | 1011100 | 101010 | 10101111 | 101111 | 1001100 | 0 | 11111 | 100000111 | 111101 | 101011 |
Color Harmonies of #5C2AAF
Complementary color
Monochromatic Colors of #5C2AAF
Black with #5C2AAF
Text Example
Text Example
White with #5C2AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2AAF; }
p { color: rgb(92,42,175); }
H1.HeaderClassName
{
color: #5C2AAF;
}
.AnyTagClassName
{
color: #5C2AAF;
}
</style>
background-color css
<style>
a { background-color: #5C2AAF; }
a { background-color: rgb(92,42,175); }
div.DivClassName
{
background-color: #5C2AAF;
}
.BgClassName
{
background-color: #5C2AAF;
}
</style>
border-color css
<style>
span { border-color: #5C2AAF; }
span { border-color: rgb(92,42,175); }
td.TdClassName
{
border-color: #5C2AAF;
}
.TagClassName
{
border-color: #5C2AAF;
}
</style>