Shades of Palatinate Purple #6F205A
Tints of Palatinate Purple #6F205A
RGB
CMYK
RGB Variations
Color information
#6F205A (or 0x6F205A) is known color: Palatinate Purple. HEX triplet: 6F, 20 and 5A. RGB value is (111,32,90). Sum of RGB (Red+Green+Blue) = 111+32+90=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F205A is #90DFA5. Grayscale: #3E3E3E. Windows color (decimal): -9494438 or 5906543. OLE color: 5906543.
HSL color Cylindrical-coordinate representation of color #6F205A: hue angle of 315.95º 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 #6F205A is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 90 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.56 |
| HSL | 315.95º | 0.55% | 0.28% | - |
| HSV(B) | 315.95º | 0.71% | 0.44% | - |
| XYZ | 8.92 | 5.15 | 10.2 | - |
| YUV | 62.23 | 143.67 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 90 | 0 | 0.71 | 0.19 | 0.56 | 315.95 | 0.55 | 0.28 |
| Hex | 6F | 20 | 5A | 0 | 47 | 13 | 38 | 13C | 37 | 1C |
| Octal | 157 | 40 | 132 | 0 | 107 | 23 | 70 | 474 | 67 | 34 |
| Binary | 1101111 | 100000 | 1011010 | 0 | 1000111 | 10011 | 111000 | 100111100 | 110111 | 11100 |
Color Harmonies of #6F205A
Complementary color
Monochromatic Colors of #6F205A
Black with #6F205A
Text Example
Text Example
White with #6F205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F205A; }
p { color: rgb(111,32,90); }
H1.HeaderClassName
{
color: #6F205A;
}
.AnyTagClassName
{
color: #6F205A;
}
</style>
background-color css
<style>
a { background-color: #6F205A; }
a { background-color: rgb(111,32,90); }
div.DivClassName
{
background-color: #6F205A;
}
.BgClassName
{
background-color: #6F205A;
}
</style>
border-color css
<style>
span { border-color: #6F205A; }
span { border-color: rgb(111,32,90); }
td.TdClassName
{
border-color: #6F205A;
}
.TagClassName
{
border-color: #6F205A;
}
</style>