Shades of Purple Heart #5C2EAF
Tints of Purple Heart #5C2EAF
RGB
CMYK
RGB Variations
Color information
#5C2EAF (or 0x5C2EAF) is known color: Purple Heart. HEX triplet: 5C, 2E and AF. RGB value is (92,46,175). Sum of RGB (Red+Green+Blue) = 92+46+175=313 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.39% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C2EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2EAF is #A3D150. Grayscale: #494949. Windows color (decimal): -10735953 or 11480668. OLE color: 11480668.
HSL color Cylindrical-coordinate representation of color #5C2EAF: hue angle of 261.4º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C2EAF is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 46 | 175 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.31 |
| HSL | 261.4º | 0.58% | 0.43% | - |
| HSV(B) | 261.4º | 0.74% | 0.69% | - |
| XYZ | 13.13 | 7.32 | 41.28 | - |
| YUV | 74.46 | 184.74 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 175 | 0.47 | 0.74 | 0 | 0.31 | 261.4 | 0.58 | 0.43 |
| Hex | 5C | 2E | AF | 2F | 4A | 0 | 1F | 105 | 3A | 2B |
| Octal | 134 | 56 | 257 | 57 | 112 | 0 | 37 | 405 | 72 | 53 |
| Binary | 1011100 | 101110 | 10101111 | 101111 | 1001010 | 0 | 11111 | 100000101 | 111010 | 101011 |
Color Harmonies of #5C2EAF
Complementary color
Monochromatic Colors of #5C2EAF
Black with #5C2EAF
Text Example
Text Example
White with #5C2EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2EAF; }
p { color: rgb(92,46,175); }
H1.HeaderClassName
{
color: #5C2EAF;
}
.AnyTagClassName
{
color: #5C2EAF;
}
</style>
background-color css
<style>
a { background-color: #5C2EAF; }
a { background-color: rgb(92,46,175); }
div.DivClassName
{
background-color: #5C2EAF;
}
.BgClassName
{
background-color: #5C2EAF;
}
</style>
border-color css
<style>
span { border-color: #5C2EAF; }
span { border-color: rgb(92,46,175); }
td.TdClassName
{
border-color: #5C2EAF;
}
.TagClassName
{
border-color: #5C2EAF;
}
</style>