Shades of Palatinate Purple #6F065C
Tints of Palatinate Purple #6F065C
RGB
CMYK
RGB Variations
Color information
#6F065C (or 0x6F065C) is known color: Palatinate Purple. HEX triplet: 6F, 06 and 5C. RGB value is (111,6,92). Sum of RGB (Red+Green+Blue) = 111+6+92=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F065C is #90F9A3. Grayscale: #2E2E2E. Windows color (decimal): -9501092 or 6030959. OLE color: 6030959.
HSL color Cylindrical-coordinate representation of color #6F065C: hue angle of 310.86º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F065C is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 6 | 92 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.56 |
| HSL | 310.86º | 0.9% | 0.23% | - |
| HSV(B) | 310.86º | 0.95% | 0.44% | - |
| XYZ | 8.55 | 4.28 | 10.5 | - |
| YUV | 47.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 92 | 0 | 0.95 | 0.17 | 0.56 | 310.86 | 0.9 | 0.23 |
| Hex | 6F | 6 | 5C | 0 | 5F | 11 | 38 | 137 | 5A | 17 |
| Octal | 157 | 6 | 134 | 0 | 137 | 21 | 70 | 467 | 132 | 27 |
| Binary | 1101111 | 110 | 1011100 | 0 | 1011111 | 10001 | 111000 | 100110111 | 1011010 | 10111 |
Color Harmonies of #6F065C
Complementary color
Monochromatic Colors of #6F065C
Black with #6F065C
Text Example
Text Example
White with #6F065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F065C; }
p { color: rgb(111,6,92); }
H1.HeaderClassName
{
color: #6F065C;
}
.AnyTagClassName
{
color: #6F065C;
}
</style>
background-color css
<style>
a { background-color: #6F065C; }
a { background-color: rgb(111,6,92); }
div.DivClassName
{
background-color: #6F065C;
}
.BgClassName
{
background-color: #6F065C;
}
</style>
border-color css
<style>
span { border-color: #6F065C; }
span { border-color: rgb(111,6,92); }
td.TdClassName
{
border-color: #6F065C;
}
.TagClassName
{
border-color: #6F065C;
}
</style>