Shades of Palatinate Purple #6F266C
Tints of Palatinate Purple #6F266C
RGB
CMYK
RGB Variations
Color information
#6F266C (or 0x6F266C) is known color: Palatinate Purple. HEX triplet: 6F, 26 and 6C. RGB value is (111,38,108). Sum of RGB (Red+Green+Blue) = 111+38+108=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F266C is #90D993. Grayscale: #434343. Windows color (decimal): -9492884 or 7087727. OLE color: 7087727.
HSL color Cylindrical-coordinate representation of color #6F266C: hue angle of 302.47º 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 #6F266C is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 38 | 108 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.56 |
| HSL | 302.47º | 0.49% | 0.29% | - |
| HSV(B) | 302.47º | 0.66% | 0.44% | - |
| XYZ | 9.96 | 5.85 | 14.79 | - |
| YUV | 67.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 108 | 0 | 0.66 | 0.03 | 0.56 | 302.47 | 0.49 | 0.29 |
| Hex | 6F | 26 | 6C | 0 | 42 | 3 | 38 | 12E | 31 | 1D |
| Octal | 157 | 46 | 154 | 0 | 102 | 3 | 70 | 456 | 61 | 35 |
| Binary | 1101111 | 100110 | 1101100 | 0 | 1000010 | 11 | 111000 | 100101110 | 110001 | 11101 |
Color Harmonies of #6F266C
Complementary color
Monochromatic Colors of #6F266C
Black with #6F266C
Text Example
Text Example
White with #6F266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F266C; }
p { color: rgb(111,38,108); }
H1.HeaderClassName
{
color: #6F266C;
}
.AnyTagClassName
{
color: #6F266C;
}
</style>
background-color css
<style>
a { background-color: #6F266C; }
a { background-color: rgb(111,38,108); }
div.DivClassName
{
background-color: #6F266C;
}
.BgClassName
{
background-color: #6F266C;
}
</style>
border-color css
<style>
span { border-color: #6F266C; }
span { border-color: rgb(111,38,108); }
td.TdClassName
{
border-color: #6F266C;
}
.TagClassName
{
border-color: #6F266C;
}
</style>