Shades of Palatinate Purple #61015E
Tints of Palatinate Purple #61015E
RGB
CMYK
RGB Variations
Color information
#61015E (or 0x61015E) is known color: Palatinate Purple. HEX triplet: 61, 01 and 5E. RGB value is (97,1,94). Sum of RGB (Red+Green+Blue) = 97+1+94=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61015E is #9EFEA1. Grayscale: #282828. Windows color (decimal): -10419874 or 6160737. OLE color: 6160737.
HSL color Cylindrical-coordinate representation of color #61015E: hue angle of 301.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61015E is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.62 |
| HSL | 301.88º | 0.98% | 0.19% | - |
| HSV(B) | 301.88º | 0.99% | 0.38% | - |
| XYZ | 6.96 | 3.37 | 10.87 | - |
| YUV | 40.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 94 | 0 | 0.99 | 0.03 | 0.62 | 301.88 | 0.98 | 0.19 |
| Hex | 61 | 1 | 5E | 0 | 63 | 3 | 3E | 12E | 62 | 13 |
| Octal | 141 | 1 | 136 | 0 | 143 | 3 | 76 | 456 | 142 | 23 |
| Binary | 1100001 | 1 | 1011110 | 0 | 1100011 | 11 | 111110 | 100101110 | 1100010 | 10011 |
Color Harmonies of #61015E
Complementary color
Monochromatic Colors of #61015E
Black with #61015E
Text Example
Text Example
White with #61015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61015E; }
p { color: rgb(97,1,94); }
H1.HeaderClassName
{
color: #61015E;
}
.AnyTagClassName
{
color: #61015E;
}
</style>
background-color css
<style>
a { background-color: #61015E; }
a { background-color: rgb(97,1,94); }
div.DivClassName
{
background-color: #61015E;
}
.BgClassName
{
background-color: #61015E;
}
</style>
border-color css
<style>
span { border-color: #61015E; }
span { border-color: rgb(97,1,94); }
td.TdClassName
{
border-color: #61015E;
}
.TagClassName
{
border-color: #61015E;
}
</style>