Shades of Palatinate Purple #6F3268
Tints of Palatinate Purple #6F3268
RGB
CMYK
RGB Variations
Color information
#6F3268 (or 0x6F3268) is known color: Palatinate Purple. HEX triplet: 6F, 32 and 68. RGB value is (111,50,104). Sum of RGB (Red+Green+Blue) = 111+50+104=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3268 is #90CD97. Grayscale: #4A4A4A. Windows color (decimal): -9489816 or 6828655. OLE color: 6828655.
HSL color Cylindrical-coordinate representation of color #6F3268: hue angle of 306.89º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F3268 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 104 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.56 |
| HSL | 306.89º | 0.38% | 0.32% | - |
| HSV(B) | 306.89º | 0.55% | 0.44% | - |
| XYZ | 10.19 | 6.66 | 13.84 | - |
| YUV | 74.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 104 | 0 | 0.55 | 0.06 | 0.56 | 306.89 | 0.38 | 0.32 |
| Hex | 6F | 32 | 68 | 0 | 37 | 6 | 38 | 133 | 26 | 20 |
| Octal | 157 | 62 | 150 | 0 | 67 | 6 | 70 | 463 | 46 | 40 |
| Binary | 1101111 | 110010 | 1101000 | 0 | 110111 | 110 | 111000 | 100110011 | 100110 | 100000 |
Color Harmonies of #6F3268
Complementary color
Monochromatic Colors of #6F3268
Black with #6F3268
Text Example
Text Example
White with #6F3268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3268; }
p { color: rgb(111,50,104); }
H1.HeaderClassName
{
color: #6F3268;
}
.AnyTagClassName
{
color: #6F3268;
}
</style>
background-color css
<style>
a { background-color: #6F3268; }
a { background-color: rgb(111,50,104); }
div.DivClassName
{
background-color: #6F3268;
}
.BgClassName
{
background-color: #6F3268;
}
</style>
border-color css
<style>
span { border-color: #6F3268; }
span { border-color: rgb(111,50,104); }
td.TdClassName
{
border-color: #6F3268;
}
.TagClassName
{
border-color: #6F3268;
}
</style>