Shades of Palatinate Purple #611D67
Tints of Palatinate Purple #611D67
RGB
CMYK
RGB Variations
Color information
#611D67 (or 0x611D67) is known color: Palatinate Purple. HEX triplet: 61, 1D and 67. RGB value is (97,29,103). Sum of RGB (Red+Green+Blue) = 97+29+103=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #611D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611D67 is #9EE298. Grayscale: #393939. Windows color (decimal): -10412697 or 6757729. OLE color: 6757729.
HSL color Cylindrical-coordinate representation of color #611D67: hue angle of 295.14º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #611D67 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 29 | 103 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.60 |
| HSL | 295.14º | 0.56% | 0.26% | - |
| HSV(B) | 295.14º | 0.72% | 0.4% | - |
| XYZ | 7.82 | 4.4 | 13.27 | - |
| YUV | 57.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 103 | 0.06 | 0.72 | 0 | 0.60 | 295.14 | 0.56 | 0.26 |
| Hex | 61 | 1D | 67 | 6 | 48 | 0 | 3C | 127 | 38 | 1A |
| Octal | 141 | 35 | 147 | 6 | 110 | 0 | 74 | 447 | 70 | 32 |
| Binary | 1100001 | 11101 | 1100111 | 110 | 1001000 | 0 | 111100 | 100100111 | 111000 | 11010 |
Color Harmonies of #611D67
Complementary color
Monochromatic Colors of #611D67
Black with #611D67
Text Example
Text Example
White with #611D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D67; }
p { color: rgb(97,29,103); }
H1.HeaderClassName
{
color: #611D67;
}
.AnyTagClassName
{
color: #611D67;
}
</style>
background-color css
<style>
a { background-color: #611D67; }
a { background-color: rgb(97,29,103); }
div.DivClassName
{
background-color: #611D67;
}
.BgClassName
{
background-color: #611D67;
}
</style>
border-color css
<style>
span { border-color: #611D67; }
span { border-color: rgb(97,29,103); }
td.TdClassName
{
border-color: #611D67;
}
.TagClassName
{
border-color: #611D67;
}
</style>