Shades of Hot Purple #5C2761
Tints of Hot Purple #5C2761
RGB
CMYK
RGB Variations
Color information
#5C2761 (or 0x5C2761) is known color: Hot Purple. HEX triplet: 5C, 27 and 61. RGB value is (92,39,97). Sum of RGB (Red+Green+Blue) = 92+39+97=228 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.35% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #5C2761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2761 is #A3D89E. Grayscale: #3D3D3D. Windows color (decimal): -10737823 or 6367068. OLE color: 6367068.
HSL color Cylindrical-coordinate representation of color #5C2761: hue angle of 294.83º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C2761 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 39 | 97 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.62 |
| HSL | 294.83º | 0.43% | 0.27% | - |
| HSV(B) | 294.83º | 0.6% | 0.38% | - |
| XYZ | 7.3 | 4.59 | 11.81 | - |
| YUV | 61.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 39 | 97 | 0.05 | 0.60 | 0 | 0.62 | 294.83 | 0.43 | 0.27 |
| Hex | 5C | 27 | 61 | 5 | 3C | 0 | 3E | 127 | 2B | 1B |
| Octal | 134 | 47 | 141 | 5 | 74 | 0 | 76 | 447 | 53 | 33 |
| Binary | 1011100 | 100111 | 1100001 | 101 | 111100 | 0 | 111110 | 100100111 | 101011 | 11011 |
Color Harmonies of #5C2761
Complementary color
Monochromatic Colors of #5C2761
Black with #5C2761
Text Example
Text Example
White with #5C2761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2761; }
p { color: rgb(92,39,97); }
H1.HeaderClassName
{
color: #5C2761;
}
.AnyTagClassName
{
color: #5C2761;
}
</style>
background-color css
<style>
a { background-color: #5C2761; }
a { background-color: rgb(92,39,97); }
div.DivClassName
{
background-color: #5C2761;
}
.BgClassName
{
background-color: #5C2761;
}
</style>
border-color css
<style>
span { border-color: #5C2761; }
span { border-color: rgb(92,39,97); }
td.TdClassName
{
border-color: #5C2761;
}
.TagClassName
{
border-color: #5C2761;
}
</style>