Shades of Palatinate Purple #6F266B
Tints of Palatinate Purple #6F266B
RGB
CMYK
RGB Variations
Color information
#6F266B (or 0x6F266B) is known color: Palatinate Purple. HEX triplet: 6F, 26 and 6B. RGB value is (111,38,107). Sum of RGB (Red+Green+Blue) = 111+38+107=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F266B is #90D994. Grayscale: #434343. Windows color (decimal): -9492885 or 7022191. OLE color: 7022191.
HSL color Cylindrical-coordinate representation of color #6F266B: hue angle of 303.29º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F266B is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 38 | 107 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.56 |
| HSL | 303.29º | 0.49% | 0.29% | - |
| HSV(B) | 303.29º | 0.66% | 0.44% | - |
| XYZ | 9.9 | 5.83 | 14.51 | - |
| YUV | 67.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 107 | 0 | 0.66 | 0.04 | 0.56 | 303.29 | 0.49 | 0.29 |
| Hex | 6F | 26 | 6B | 0 | 42 | 4 | 38 | 12F | 31 | 1D |
| Octal | 157 | 46 | 153 | 0 | 102 | 4 | 70 | 457 | 61 | 35 |
| Binary | 1101111 | 100110 | 1101011 | 0 | 1000010 | 100 | 111000 | 100101111 | 110001 | 11101 |
Color Harmonies of #6F266B
Complementary color
Monochromatic Colors of #6F266B
Black with #6F266B
Text Example
Text Example
White with #6F266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F266B; }
p { color: rgb(111,38,107); }
H1.HeaderClassName
{
color: #6F266B;
}
.AnyTagClassName
{
color: #6F266B;
}
</style>
background-color css
<style>
a { background-color: #6F266B; }
a { background-color: rgb(111,38,107); }
div.DivClassName
{
background-color: #6F266B;
}
.BgClassName
{
background-color: #6F266B;
}
</style>
border-color css
<style>
span { border-color: #6F266B; }
span { border-color: rgb(111,38,107); }
td.TdClassName
{
border-color: #6F266B;
}
.TagClassName
{
border-color: #6F266B;
}
</style>