Shades of Palatinate Purple #61385E
Tints of Palatinate Purple #61385E
RGB
CMYK
RGB Variations
Color information
#61385E (or 0x61385E) is known color: Palatinate Purple. HEX triplet: 61, 38 and 5E. RGB value is (97,56,94). Sum of RGB (Red+Green+Blue) = 97+56+94=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #61385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61385E is #9EC7A1. Grayscale: #484848. Windows color (decimal): -10405794 or 6174817. OLE color: 6174817.
HSL color Cylindrical-coordinate representation of color #61385E: hue angle of 304.39º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61385E is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 56 | 94 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.62 |
| HSL | 304.39º | 0.27% | 0.3% | - |
| HSV(B) | 304.39º | 0.42% | 0.38% | - |
| XYZ | 8.36 | 6.18 | 11.34 | - |
| YUV | 72.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 94 | 0 | 0.42 | 0.03 | 0.62 | 304.39 | 0.27 | 0.3 |
| Hex | 61 | 38 | 5E | 0 | 2A | 3 | 3E | 130 | 1B | 1E |
| Octal | 141 | 70 | 136 | 0 | 52 | 3 | 76 | 460 | 33 | 36 |
| Binary | 1100001 | 111000 | 1011110 | 0 | 101010 | 11 | 111110 | 100110000 | 11011 | 11110 |
Color Harmonies of #61385E
Complementary color
Monochromatic Colors of #61385E
Black with #61385E
Text Example
Text Example
White with #61385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61385E; }
p { color: rgb(97,56,94); }
H1.HeaderClassName
{
color: #61385E;
}
.AnyTagClassName
{
color: #61385E;
}
</style>
background-color css
<style>
a { background-color: #61385E; }
a { background-color: rgb(97,56,94); }
div.DivClassName
{
background-color: #61385E;
}
.BgClassName
{
background-color: #61385E;
}
</style>
border-color css
<style>
span { border-color: #61385E; }
span { border-color: rgb(97,56,94); }
td.TdClassName
{
border-color: #61385E;
}
.TagClassName
{
border-color: #61385E;
}
</style>