Shades of Palatinate Purple #5C265A
Tints of Palatinate Purple #5C265A
RGB
CMYK
RGB Variations
Color information
#5C265A (or 0x5C265A) is known color: Palatinate Purple. HEX triplet: 5C, 26 and 5A. RGB value is (92,38,90). Sum of RGB (Red+Green+Blue) = 92+38+90=220 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.82% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 92 - color contains mainly: red. Hex color #5C265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C265A is #A3D9A5. Grayscale: #3B3B3B. Windows color (decimal): -10738086 or 5908060. OLE color: 5908060.
HSL color Cylindrical-coordinate representation of color #5C265A: hue angle of 302.22º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C265A is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 38 | 90 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.64 |
| HSL | 302.22º | 0.42% | 0.25% | - |
| HSV(B) | 302.22º | 0.59% | 0.36% | - |
| XYZ | 6.95 | 4.4 | 10.16 | - |
| YUV | 60.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 38 | 90 | 0 | 0.59 | 0.02 | 0.64 | 302.22 | 0.42 | 0.25 |
| Hex | 5C | 26 | 5A | 0 | 3B | 2 | 40 | 12E | 2A | 19 |
| Octal | 134 | 46 | 132 | 0 | 73 | 2 | 100 | 456 | 52 | 31 |
| Binary | 1011100 | 100110 | 1011010 | 0 | 111011 | 10 | 1000000 | 100101110 | 101010 | 11001 |
Color Harmonies of #5C265A
Complementary color
Monochromatic Colors of #5C265A
Black with #5C265A
Text Example
Text Example
White with #5C265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C265A; }
p { color: rgb(92,38,90); }
H1.HeaderClassName
{
color: #5C265A;
}
.AnyTagClassName
{
color: #5C265A;
}
</style>
background-color css
<style>
a { background-color: #5C265A; }
a { background-color: rgb(92,38,90); }
div.DivClassName
{
background-color: #5C265A;
}
.BgClassName
{
background-color: #5C265A;
}
</style>
border-color css
<style>
span { border-color: #5C265A; }
span { border-color: rgb(92,38,90); }
td.TdClassName
{
border-color: #5C265A;
}
.TagClassName
{
border-color: #5C265A;
}
</style>