Shades of Purple Heart #5C20AF
Tints of Purple Heart #5C20AF
RGB
CMYK
RGB Variations
Color information
#5C20AF (or 0x5C20AF) is known color: Purple Heart. HEX triplet: 5C, 20 and AF. RGB value is (92,32,175). Sum of RGB (Red+Green+Blue) = 92+32+175=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C20AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C20AF is #A3DF50. Grayscale: #414141. Windows color (decimal): -10739537 or 11477084. OLE color: 11477084.
HSL color Cylindrical-coordinate representation of color #5C20AF: hue angle of 265.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C20AF is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 32 | 175 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.31 |
| HSL | 265.17º | 0.69% | 0.41% | - |
| HSV(B) | 265.17º | 0.82% | 0.69% | - |
| XYZ | 12.67 | 6.4 | 41.13 | - |
| YUV | 66.24 | 189.38 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 32 | 175 | 0.47 | 0.82 | 0 | 0.31 | 265.17 | 0.69 | 0.41 |
| Hex | 5C | 20 | AF | 2F | 52 | 0 | 1F | 109 | 45 | 29 |
| Octal | 134 | 40 | 257 | 57 | 122 | 0 | 37 | 411 | 105 | 51 |
| Binary | 1011100 | 100000 | 10101111 | 101111 | 1010010 | 0 | 11111 | 100001001 | 1000101 | 101001 |
Color Harmonies of #5C20AF
Complementary color
Monochromatic Colors of #5C20AF
Black with #5C20AF
Text Example
Text Example
White with #5C20AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C20AF; }
p { color: rgb(92,32,175); }
H1.HeaderClassName
{
color: #5C20AF;
}
.AnyTagClassName
{
color: #5C20AF;
}
</style>
background-color css
<style>
a { background-color: #5C20AF; }
a { background-color: rgb(92,32,175); }
div.DivClassName
{
background-color: #5C20AF;
}
.BgClassName
{
background-color: #5C20AF;
}
</style>
border-color css
<style>
span { border-color: #5C20AF; }
span { border-color: rgb(92,32,175); }
td.TdClassName
{
border-color: #5C20AF;
}
.TagClassName
{
border-color: #5C20AF;
}
</style>