Shades of Palatinate Purple #6F205E
Tints of Palatinate Purple #6F205E
RGB
CMYK
RGB Variations
Color information
#6F205E (or 0x6F205E) is known color: Palatinate Purple. HEX triplet: 6F, 20 and 5E. RGB value is (111,32,94). Sum of RGB (Red+Green+Blue) = 111+32+94=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F205E is #90DFA1. Grayscale: #3E3E3E. Windows color (decimal): -9494434 or 6168687. OLE color: 6168687.
HSL color Cylindrical-coordinate representation of color #6F205E: hue angle of 312.91º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F205E is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 94 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.56 |
| HSL | 312.91º | 0.55% | 0.28% | - |
| HSV(B) | 312.91º | 0.71% | 0.44% | - |
| XYZ | 9.09 | 5.22 | 11.12 | - |
| YUV | 62.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 94 | 0 | 0.71 | 0.15 | 0.56 | 312.91 | 0.55 | 0.28 |
| Hex | 6F | 20 | 5E | 0 | 47 | F | 38 | 139 | 37 | 1C |
| Octal | 157 | 40 | 136 | 0 | 107 | 17 | 70 | 471 | 67 | 34 |
| Binary | 1101111 | 100000 | 1011110 | 0 | 1000111 | 1111 | 111000 | 100111001 | 110111 | 11100 |
Color Harmonies of #6F205E
Complementary color
Monochromatic Colors of #6F205E
Black with #6F205E
Text Example
Text Example
White with #6F205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F205E; }
p { color: rgb(111,32,94); }
H1.HeaderClassName
{
color: #6F205E;
}
.AnyTagClassName
{
color: #6F205E;
}
</style>
background-color css
<style>
a { background-color: #6F205E; }
a { background-color: rgb(111,32,94); }
div.DivClassName
{
background-color: #6F205E;
}
.BgClassName
{
background-color: #6F205E;
}
</style>
border-color css
<style>
span { border-color: #6F205E; }
span { border-color: rgb(111,32,94); }
td.TdClassName
{
border-color: #6F205E;
}
.TagClassName
{
border-color: #6F205E;
}
</style>