Shades of Palatinate Purple #611C67
Tints of Palatinate Purple #611C67
RGB
CMYK
RGB Variations
Color information
#611C67 (or 0x611C67) is known color: Palatinate Purple. HEX triplet: 61, 1C and 67. RGB value is (97,28,103). Sum of RGB (Red+Green+Blue) = 97+28+103=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #611C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C67 is #9EE398. Grayscale: #383838. Windows color (decimal): -10412953 or 6757473. OLE color: 6757473.
HSL color Cylindrical-coordinate representation of color #611C67: hue angle of 295.2º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611C67 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 28 | 103 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.60 |
| HSL | 295.2º | 0.57% | 0.26% | - |
| HSV(B) | 295.2º | 0.73% | 0.4% | - |
| XYZ | 7.79 | 4.35 | 13.26 | - |
| YUV | 57.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 103 | 0.06 | 0.73 | 0 | 0.60 | 295.2 | 0.57 | 0.26 |
| Hex | 61 | 1C | 67 | 6 | 49 | 0 | 3C | 127 | 39 | 1A |
| Octal | 141 | 34 | 147 | 6 | 111 | 0 | 74 | 447 | 71 | 32 |
| Binary | 1100001 | 11100 | 1100111 | 110 | 1001001 | 0 | 111100 | 100100111 | 111001 | 11010 |
Color Harmonies of #611C67
Complementary color
Monochromatic Colors of #611C67
Black with #611C67
Text Example
Text Example
White with #611C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611C67; }
p { color: rgb(97,28,103); }
H1.HeaderClassName
{
color: #611C67;
}
.AnyTagClassName
{
color: #611C67;
}
</style>
background-color css
<style>
a { background-color: #611C67; }
a { background-color: rgb(97,28,103); }
div.DivClassName
{
background-color: #611C67;
}
.BgClassName
{
background-color: #611C67;
}
</style>
border-color css
<style>
span { border-color: #611C67; }
span { border-color: rgb(97,28,103); }
td.TdClassName
{
border-color: #611C67;
}
.TagClassName
{
border-color: #611C67;
}
</style>