Shades of Palatinate Purple #6F3868
Tints of Palatinate Purple #6F3868
RGB
CMYK
RGB Variations
Color information
#6F3868 (or 0x6F3868) is known color: Palatinate Purple. HEX triplet: 6F, 38 and 68. RGB value is (111,56,104). Sum of RGB (Red+Green+Blue) = 111+56+104=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3868 is #90C797. Grayscale: #4D4D4D. Windows color (decimal): -9488280 or 6830191. OLE color: 6830191.
HSL color Cylindrical-coordinate representation of color #6F3868: hue angle of 307.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3868 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 104 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.56 |
| HSL | 307.64º | 0.33% | 0.33% | - |
| HSV(B) | 307.64º | 0.5% | 0.44% | - |
| XYZ | 10.47 | 7.21 | 13.94 | - |
| YUV | 77.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 104 | 0 | 0.50 | 0.06 | 0.56 | 307.64 | 0.33 | 0.33 |
| Hex | 6F | 38 | 68 | 0 | 32 | 6 | 38 | 134 | 21 | 21 |
| Octal | 157 | 70 | 150 | 0 | 62 | 6 | 70 | 464 | 41 | 41 |
| Binary | 1101111 | 111000 | 1101000 | 0 | 110010 | 110 | 111000 | 100110100 | 100001 | 100001 |
Color Harmonies of #6F3868
Complementary color
Monochromatic Colors of #6F3868
Black with #6F3868
Text Example
Text Example
White with #6F3868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3868; }
p { color: rgb(111,56,104); }
H1.HeaderClassName
{
color: #6F3868;
}
.AnyTagClassName
{
color: #6F3868;
}
</style>
background-color css
<style>
a { background-color: #6F3868; }
a { background-color: rgb(111,56,104); }
div.DivClassName
{
background-color: #6F3868;
}
.BgClassName
{
background-color: #6F3868;
}
</style>
border-color css
<style>
span { border-color: #6F3868; }
span { border-color: rgb(111,56,104); }
td.TdClassName
{
border-color: #6F3868;
}
.TagClassName
{
border-color: #6F3868;
}
</style>