Shades of Hot Purple #5C395D
Tints of Hot Purple #5C395D
RGB
CMYK
RGB Variations
Color information
#5C395D (or 0x5C395D) is known color: Hot Purple. HEX triplet: 5C, 39 and 5D. RGB value is (92,57,93). Sum of RGB (Red+Green+Blue) = 92+57+93=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C395D is #A3C6A2. Grayscale: #474747. Windows color (decimal): -10733219 or 6109532. OLE color: 6109532.
HSL color Cylindrical-coordinate representation of color #5C395D: hue angle of 298.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C395D is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 57 | 93 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.64 |
| HSL | 298.33º | 0.24% | 0.29% | - |
| HSV(B) | 298.33º | 0.39% | 0.36% | - |
| XYZ | 7.85 | 5.99 | 11.1 | - |
| YUV | 71.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 57 | 93 | 0.01 | 0.39 | 0 | 0.64 | 298.33 | 0.24 | 0.29 |
| Hex | 5C | 39 | 5D | 1 | 27 | 0 | 40 | 12A | 18 | 1D |
| Octal | 134 | 71 | 135 | 1 | 47 | 0 | 100 | 452 | 30 | 35 |
| Binary | 1011100 | 111001 | 1011101 | 1 | 100111 | 0 | 1000000 | 100101010 | 11000 | 11101 |
Color Harmonies of #5C395D
Complementary color
Monochromatic Colors of #5C395D
Black with #5C395D
Text Example
Text Example
White with #5C395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C395D; }
p { color: rgb(92,57,93); }
H1.HeaderClassName
{
color: #5C395D;
}
.AnyTagClassName
{
color: #5C395D;
}
</style>
background-color css
<style>
a { background-color: #5C395D; }
a { background-color: rgb(92,57,93); }
div.DivClassName
{
background-color: #5C395D;
}
.BgClassName
{
background-color: #5C395D;
}
</style>
border-color css
<style>
span { border-color: #5C395D; }
span { border-color: rgb(92,57,93); }
td.TdClassName
{
border-color: #5C395D;
}
.TagClassName
{
border-color: #5C395D;
}
</style>