Shades of Palatinate Purple #6F205B
Tints of Palatinate Purple #6F205B
RGB
CMYK
RGB Variations
Color information
#6F205B (or 0x6F205B) is known color: Palatinate Purple. HEX triplet: 6F, 20 and 5B. RGB value is (111,32,91). Sum of RGB (Red+Green+Blue) = 111+32+91=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F205B is #90DFA4. Grayscale: #3E3E3E. Windows color (decimal): -9494437 or 5972079. OLE color: 5972079.
HSL color Cylindrical-coordinate representation of color #6F205B: hue angle of 315.19º 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 #6F205B is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 91 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.56 |
| HSL | 315.19º | 0.55% | 0.28% | - |
| HSV(B) | 315.19º | 0.71% | 0.44% | - |
| XYZ | 8.96 | 5.17 | 10.42 | - |
| YUV | 62.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 91 | 0 | 0.71 | 0.18 | 0.56 | 315.19 | 0.55 | 0.28 |
| Hex | 6F | 20 | 5B | 0 | 47 | 12 | 38 | 13B | 37 | 1C |
| Octal | 157 | 40 | 133 | 0 | 107 | 22 | 70 | 473 | 67 | 34 |
| Binary | 1101111 | 100000 | 1011011 | 0 | 1000111 | 10010 | 111000 | 100111011 | 110111 | 11100 |
Color Harmonies of #6F205B
Complementary color
Monochromatic Colors of #6F205B
Black with #6F205B
Text Example
Text Example
White with #6F205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F205B; }
p { color: rgb(111,32,91); }
H1.HeaderClassName
{
color: #6F205B;
}
.AnyTagClassName
{
color: #6F205B;
}
</style>
background-color css
<style>
a { background-color: #6F205B; }
a { background-color: rgb(111,32,91); }
div.DivClassName
{
background-color: #6F205B;
}
.BgClassName
{
background-color: #6F205B;
}
</style>
border-color css
<style>
span { border-color: #6F205B; }
span { border-color: rgb(111,32,91); }
td.TdClassName
{
border-color: #6F205B;
}
.TagClassName
{
border-color: #6F205B;
}
</style>