Shades of Palatinate Purple #5C085F
Tints of Palatinate Purple #5C085F
RGB
CMYK
RGB Variations
Color information
#5C085F (or 0x5C085F) is known color: Palatinate Purple. HEX triplet: 5C, 08 and 5F. RGB value is (92,8,95). Sum of RGB (Red+Green+Blue) = 92+8+95=195 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.18% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #5C085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C085F is #A3F7A0. Grayscale: #2A2A2A. Windows color (decimal): -10745761 or 6228060. OLE color: 6228060.
HSL color Cylindrical-coordinate representation of color #5C085F: hue angle of 297.93º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C085F is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 8 | 95 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.63 |
| HSL | 297.93º | 0.84% | 0.2% | - |
| HSV(B) | 297.93º | 0.92% | 0.37% | - |
| XYZ | 6.57 | 3.28 | 11.11 | - |
| YUV | 43.03 | 157.33 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 95 | 0.03 | 0.92 | 0 | 0.63 | 297.93 | 0.84 | 0.2 |
| Hex | 5C | 8 | 5F | 3 | 5C | 0 | 3F | 12A | 54 | 14 |
| Octal | 134 | 10 | 137 | 3 | 134 | 0 | 77 | 452 | 124 | 24 |
| Binary | 1011100 | 1000 | 1011111 | 11 | 1011100 | 0 | 111111 | 100101010 | 1010100 | 10100 |
Color Harmonies of #5C085F
Complementary color
Monochromatic Colors of #5C085F
Black with #5C085F
Text Example
Text Example
White with #5C085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C085F; }
p { color: rgb(92,8,95); }
H1.HeaderClassName
{
color: #5C085F;
}
.AnyTagClassName
{
color: #5C085F;
}
</style>
background-color css
<style>
a { background-color: #5C085F; }
a { background-color: rgb(92,8,95); }
div.DivClassName
{
background-color: #5C085F;
}
.BgClassName
{
background-color: #5C085F;
}
</style>
border-color css
<style>
span { border-color: #5C085F; }
span { border-color: rgb(92,8,95); }
td.TdClassName
{
border-color: #5C085F;
}
.TagClassName
{
border-color: #5C085F;
}
</style>