Shades of Palatinate Purple #61045C
Tints of Palatinate Purple #61045C
RGB
CMYK
RGB Variations
Color information
#61045C (or 0x61045C) is known color: Palatinate Purple. HEX triplet: 61, 04 and 5C. RGB value is (97,4,92). Sum of RGB (Red+Green+Blue) = 97+4+92=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61045C is #9EFBA3. Grayscale: #292929. Windows color (decimal): -10419108 or 6030433. OLE color: 6030433.
HSL color Cylindrical-coordinate representation of color #61045C: hue angle of 303.23º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61045C is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 4 | 92 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.62 |
| HSL | 303.23º | 0.92% | 0.2% | - |
| HSV(B) | 303.23º | 0.96% | 0.38% | - |
| XYZ | 6.9 | 3.4 | 10.42 | - |
| YUV | 41.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 92 | 0 | 0.96 | 0.05 | 0.62 | 303.23 | 0.92 | 0.2 |
| Hex | 61 | 4 | 5C | 0 | 60 | 5 | 3E | 12F | 5C | 14 |
| Octal | 141 | 4 | 134 | 0 | 140 | 5 | 76 | 457 | 134 | 24 |
| Binary | 1100001 | 100 | 1011100 | 0 | 1100000 | 101 | 111110 | 100101111 | 1011100 | 10100 |
Color Harmonies of #61045C
Complementary color
Monochromatic Colors of #61045C
Black with #61045C
Text Example
Text Example
White with #61045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61045C; }
p { color: rgb(97,4,92); }
H1.HeaderClassName
{
color: #61045C;
}
.AnyTagClassName
{
color: #61045C;
}
</style>
background-color css
<style>
a { background-color: #61045C; }
a { background-color: rgb(97,4,92); }
div.DivClassName
{
background-color: #61045C;
}
.BgClassName
{
background-color: #61045C;
}
</style>
border-color css
<style>
span { border-color: #61045C; }
span { border-color: rgb(97,4,92); }
td.TdClassName
{
border-color: #61045C;
}
.TagClassName
{
border-color: #61045C;
}
</style>