Shades of Palatinate Purple #61065C
Tints of Palatinate Purple #61065C
RGB
CMYK
RGB Variations
Color information
#61065C (or 0x61065C) is known color: Palatinate Purple. HEX triplet: 61, 06 and 5C. RGB value is (97,6,92). Sum of RGB (Red+Green+Blue) = 97+6+92=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61065C is #9EF9A3. Grayscale: #2A2A2A. Windows color (decimal): -10418596 or 6030945. OLE color: 6030945.
HSL color Cylindrical-coordinate representation of color #61065C: hue angle of 303.3º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61065C is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 6 | 92 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.62 |
| HSL | 303.3º | 0.88% | 0.2% | - |
| HSV(B) | 303.3º | 0.94% | 0.38% | - |
| XYZ | 6.93 | 3.44 | 10.42 | - |
| YUV | 43.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 6 | 92 | 0 | 0.94 | 0.05 | 0.62 | 303.3 | 0.88 | 0.2 |
| Hex | 61 | 6 | 5C | 0 | 5E | 5 | 3E | 12F | 58 | 14 |
| Octal | 141 | 6 | 134 | 0 | 136 | 5 | 76 | 457 | 130 | 24 |
| Binary | 1100001 | 110 | 1011100 | 0 | 1011110 | 101 | 111110 | 100101111 | 1011000 | 10100 |
Color Harmonies of #61065C
Complementary color
Monochromatic Colors of #61065C
Black with #61065C
Text Example
Text Example
White with #61065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61065C; }
p { color: rgb(97,6,92); }
H1.HeaderClassName
{
color: #61065C;
}
.AnyTagClassName
{
color: #61065C;
}
</style>
background-color css
<style>
a { background-color: #61065C; }
a { background-color: rgb(97,6,92); }
div.DivClassName
{
background-color: #61065C;
}
.BgClassName
{
background-color: #61065C;
}
</style>
border-color css
<style>
span { border-color: #61065C; }
span { border-color: rgb(97,6,92); }
td.TdClassName
{
border-color: #61065C;
}
.TagClassName
{
border-color: #61065C;
}
</style>