Shades of Palatinate Purple #61015F
Tints of Palatinate Purple #61015F
RGB
CMYK
RGB Variations
Color information
#61015F (or 0x61015F) is known color: Palatinate Purple. HEX triplet: 61, 01 and 5F. RGB value is (97,1,95). Sum of RGB (Red+Green+Blue) = 97+1+95=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61015F is #9EFEA0. Grayscale: #282828. Windows color (decimal): -10419873 or 6226273. OLE color: 6226273.
HSL color Cylindrical-coordinate representation of color #61015F: hue angle of 301.25º 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 #61015F is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 1 | 95 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.62 |
| HSL | 301.25º | 0.98% | 0.19% | - |
| HSV(B) | 301.25º | 0.99% | 0.38% | - |
| XYZ | 7.01 | 3.39 | 11.11 | - |
| YUV | 40.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 95 | 0 | 0.99 | 0.02 | 0.62 | 301.25 | 0.98 | 0.19 |
| Hex | 61 | 1 | 5F | 0 | 63 | 2 | 3E | 12D | 62 | 13 |
| Octal | 141 | 1 | 137 | 0 | 143 | 2 | 76 | 455 | 142 | 23 |
| Binary | 1100001 | 1 | 1011111 | 0 | 1100011 | 10 | 111110 | 100101101 | 1100010 | 10011 |
Color Harmonies of #61015F
Complementary color
Monochromatic Colors of #61015F
Black with #61015F
Text Example
Text Example
White with #61015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61015F; }
p { color: rgb(97,1,95); }
H1.HeaderClassName
{
color: #61015F;
}
.AnyTagClassName
{
color: #61015F;
}
</style>
background-color css
<style>
a { background-color: #61015F; }
a { background-color: rgb(97,1,95); }
div.DivClassName
{
background-color: #61015F;
}
.BgClassName
{
background-color: #61015F;
}
</style>
border-color css
<style>
span { border-color: #61015F; }
span { border-color: rgb(97,1,95); }
td.TdClassName
{
border-color: #61015F;
}
.TagClassName
{
border-color: #61015F;
}
</style>