Shades of Palatinate Purple #5C104F
Tints of Palatinate Purple #5C104F
RGB
CMYK
RGB Variations
Color information
#5C104F (or 0x5C104F) is known color: Palatinate Purple. HEX triplet: 5C, 10 and 4F. RGB value is (92,16,79). Sum of RGB (Red+Green+Blue) = 92+16+79=187 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.20% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 92 - color contains mainly: red. Hex color #5C104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C104F is #A3EFB0. Grayscale: #2D2D2D. Windows color (decimal): -10743729 or 5181532. OLE color: 5181532.
HSL color Cylindrical-coordinate representation of color #5C104F: hue angle of 310.26º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C104F is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 16 | 79 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.64 |
| HSL | 310.26º | 0.7% | 0.21% | - |
| HSV(B) | 310.26º | 0.83% | 0.36% | - |
| XYZ | 6.01 | 3.21 | 7.7 | - |
| YUV | 45.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 79 | 0 | 0.83 | 0.14 | 0.64 | 310.26 | 0.7 | 0.21 |
| Hex | 5C | 10 | 4F | 0 | 53 | E | 40 | 136 | 46 | 15 |
| Octal | 134 | 20 | 117 | 0 | 123 | 16 | 100 | 466 | 106 | 25 |
| Binary | 1011100 | 10000 | 1001111 | 0 | 1010011 | 1110 | 1000000 | 100110110 | 1000110 | 10101 |
Color Harmonies of #5C104F
Complementary color
Monochromatic Colors of #5C104F
Black with #5C104F
Text Example
Text Example
White with #5C104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C104F; }
p { color: rgb(92,16,79); }
H1.HeaderClassName
{
color: #5C104F;
}
.AnyTagClassName
{
color: #5C104F;
}
</style>
background-color css
<style>
a { background-color: #5C104F; }
a { background-color: rgb(92,16,79); }
div.DivClassName
{
background-color: #5C104F;
}
.BgClassName
{
background-color: #5C104F;
}
</style>
border-color css
<style>
span { border-color: #5C104F; }
span { border-color: rgb(92,16,79); }
td.TdClassName
{
border-color: #5C104F;
}
.TagClassName
{
border-color: #5C104F;
}
</style>