Shades of Palatinate Purple #6F2561
Tints of Palatinate Purple #6F2561
RGB
CMYK
RGB Variations
Color information
#6F2561 (or 0x6F2561) is known color: Palatinate Purple. HEX triplet: 6F, 25 and 61. RGB value is (111,37,97). Sum of RGB (Red+Green+Blue) = 111+37+97=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2561 is #90DA9E. Grayscale: #414141. Windows color (decimal): -9493151 or 6366575. OLE color: 6366575.
HSL color Cylindrical-coordinate representation of color #6F2561: hue angle of 311.35º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F2561 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 97 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.56 |
| HSL | 311.35º | 0.5% | 0.29% | - |
| HSV(B) | 311.35º | 0.67% | 0.44% | - |
| XYZ | 9.37 | 5.57 | 11.89 | - |
| YUV | 65.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 97 | 0 | 0.67 | 0.13 | 0.56 | 311.35 | 0.5 | 0.29 |
| Hex | 6F | 25 | 61 | 0 | 43 | D | 38 | 137 | 32 | 1D |
| Octal | 157 | 45 | 141 | 0 | 103 | 15 | 70 | 467 | 62 | 35 |
| Binary | 1101111 | 100101 | 1100001 | 0 | 1000011 | 1101 | 111000 | 100110111 | 110010 | 11101 |
Color Harmonies of #6F2561
Complementary color
Monochromatic Colors of #6F2561
Black with #6F2561
Text Example
Text Example
White with #6F2561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2561; }
p { color: rgb(111,37,97); }
H1.HeaderClassName
{
color: #6F2561;
}
.AnyTagClassName
{
color: #6F2561;
}
</style>
background-color css
<style>
a { background-color: #6F2561; }
a { background-color: rgb(111,37,97); }
div.DivClassName
{
background-color: #6F2561;
}
.BgClassName
{
background-color: #6F2561;
}
</style>
border-color css
<style>
span { border-color: #6F2561; }
span { border-color: rgb(111,37,97); }
td.TdClassName
{
border-color: #6F2561;
}
.TagClassName
{
border-color: #6F2561;
}
</style>