Shades of Palatinate Purple #6F065D
Tints of Palatinate Purple #6F065D
RGB
CMYK
RGB Variations
Color information
#6F065D (or 0x6F065D) is known color: Palatinate Purple. HEX triplet: 6F, 06 and 5D. RGB value is (111,6,93). Sum of RGB (Red+Green+Blue) = 111+6+93=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F065D is #90F9A2. Grayscale: #2F2F2F. Windows color (decimal): -9501091 or 6096495. OLE color: 6096495.
HSL color Cylindrical-coordinate representation of color #6F065D: hue angle of 310.29º 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 #6F065D is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 6 | 93 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.56 |
| HSL | 310.29º | 0.9% | 0.23% | - |
| HSV(B) | 310.29º | 0.95% | 0.44% | - |
| XYZ | 8.6 | 4.3 | 10.73 | - |
| YUV | 47.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 93 | 0 | 0.95 | 0.16 | 0.56 | 310.29 | 0.9 | 0.23 |
| Hex | 6F | 6 | 5D | 0 | 5F | 10 | 38 | 136 | 5A | 17 |
| Octal | 157 | 6 | 135 | 0 | 137 | 20 | 70 | 466 | 132 | 27 |
| Binary | 1101111 | 110 | 1011101 | 0 | 1011111 | 10000 | 111000 | 100110110 | 1011010 | 10111 |
Color Harmonies of #6F065D
Complementary color
Monochromatic Colors of #6F065D
Black with #6F065D
Text Example
Text Example
White with #6F065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F065D; }
p { color: rgb(111,6,93); }
H1.HeaderClassName
{
color: #6F065D;
}
.AnyTagClassName
{
color: #6F065D;
}
</style>
background-color css
<style>
a { background-color: #6F065D; }
a { background-color: rgb(111,6,93); }
div.DivClassName
{
background-color: #6F065D;
}
.BgClassName
{
background-color: #6F065D;
}
</style>
border-color css
<style>
span { border-color: #6F065D; }
span { border-color: rgb(111,6,93); }
td.TdClassName
{
border-color: #6F065D;
}
.TagClassName
{
border-color: #6F065D;
}
</style>