Shades of Purple Heart #5C2FAD
Tints of Purple Heart #5C2FAD
RGB
CMYK
RGB Variations
Color information
#5C2FAD (or 0x5C2FAD) is known color: Purple Heart. HEX triplet: 5C, 2F and AD. RGB value is (92,47,173). Sum of RGB (Red+Green+Blue) = 92+47+173=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C2FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2FAD is #A3D052. Grayscale: #4A4A4A. Windows color (decimal): -10735699 or 11349852. OLE color: 11349852.
HSL color Cylindrical-coordinate representation of color #5C2FAD: hue angle of 261.43º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C2FAD is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 47 | 173 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.32 |
| HSL | 261.43º | 0.57% | 0.43% | - |
| HSV(B) | 261.43º | 0.73% | 0.68% | - |
| XYZ | 12.97 | 7.33 | 40.27 | - |
| YUV | 74.82 | 183.41 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 47 | 173 | 0.47 | 0.73 | 0 | 0.32 | 261.43 | 0.57 | 0.43 |
| Hex | 5C | 2F | AD | 2F | 49 | 0 | 20 | 105 | 39 | 2B |
| Octal | 134 | 57 | 255 | 57 | 111 | 0 | 40 | 405 | 71 | 53 |
| Binary | 1011100 | 101111 | 10101101 | 101111 | 1001001 | 0 | 100000 | 100000101 | 111001 | 101011 |
Color Harmonies of #5C2FAD
Complementary color
Monochromatic Colors of #5C2FAD
Black with #5C2FAD
Text Example
Text Example
White with #5C2FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2FAD; }
p { color: rgb(92,47,173); }
H1.HeaderClassName
{
color: #5C2FAD;
}
.AnyTagClassName
{
color: #5C2FAD;
}
</style>
background-color css
<style>
a { background-color: #5C2FAD; }
a { background-color: rgb(92,47,173); }
div.DivClassName
{
background-color: #5C2FAD;
}
.BgClassName
{
background-color: #5C2FAD;
}
</style>
border-color css
<style>
span { border-color: #5C2FAD; }
span { border-color: rgb(92,47,173); }
td.TdClassName
{
border-color: #5C2FAD;
}
.TagClassName
{
border-color: #5C2FAD;
}
</style>