Shades of Palatinate Purple #61385F
Tints of Palatinate Purple #61385F
RGB
CMYK
RGB Variations
Color information
#61385F (or 0x61385F) is known color: Palatinate Purple. HEX triplet: 61, 38 and 5F. RGB value is (97,56,95). Sum of RGB (Red+Green+Blue) = 97+56+95=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #61385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61385F is #9EC7A0. Grayscale: #484848. Windows color (decimal): -10405793 or 6240353. OLE color: 6240353.
HSL color Cylindrical-coordinate representation of color #61385F: hue angle of 302.93º 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 #61385F is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 56 | 95 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.62 |
| HSL | 302.93º | 0.27% | 0.3% | - |
| HSV(B) | 302.93º | 0.42% | 0.38% | - |
| XYZ | 8.41 | 6.2 | 11.58 | - |
| YUV | 72.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 95 | 0 | 0.42 | 0.02 | 0.62 | 302.93 | 0.27 | 0.3 |
| Hex | 61 | 38 | 5F | 0 | 2A | 2 | 3E | 12F | 1B | 1E |
| Octal | 141 | 70 | 137 | 0 | 52 | 2 | 76 | 457 | 33 | 36 |
| Binary | 1100001 | 111000 | 1011111 | 0 | 101010 | 10 | 111110 | 100101111 | 11011 | 11110 |
Color Harmonies of #61385F
Complementary color
Monochromatic Colors of #61385F
Black with #61385F
Text Example
Text Example
White with #61385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61385F; }
p { color: rgb(97,56,95); }
H1.HeaderClassName
{
color: #61385F;
}
.AnyTagClassName
{
color: #61385F;
}
</style>
background-color css
<style>
a { background-color: #61385F; }
a { background-color: rgb(97,56,95); }
div.DivClassName
{
background-color: #61385F;
}
.BgClassName
{
background-color: #61385F;
}
</style>
border-color css
<style>
span { border-color: #61385F; }
span { border-color: rgb(97,56,95); }
td.TdClassName
{
border-color: #61385F;
}
.TagClassName
{
border-color: #61385F;
}
</style>