Shades of Palatinate Purple #6F3967
Tints of Palatinate Purple #6F3967
RGB
CMYK
RGB Variations
Color information
#6F3967 (or 0x6F3967) is known color: Palatinate Purple. HEX triplet: 6F, 39 and 67. RGB value is (111,57,103). Sum of RGB (Red+Green+Blue) = 111+57+103=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3967 is #90C698. Grayscale: #4E4E4E. Windows color (decimal): -9488025 or 6764911. OLE color: 6764911.
HSL color Cylindrical-coordinate representation of color #6F3967: hue angle of 308.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F3967 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 57 | 103 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.56 |
| HSL | 308.89º | 0.32% | 0.33% | - |
| HSV(B) | 308.89º | 0.49% | 0.44% | - |
| XYZ | 10.47 | 7.29 | 13.69 | - |
| YUV | 78.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 103 | 0 | 0.49 | 0.07 | 0.56 | 308.89 | 0.32 | 0.33 |
| Hex | 6F | 39 | 67 | 0 | 31 | 7 | 38 | 135 | 20 | 21 |
| Octal | 157 | 71 | 147 | 0 | 61 | 7 | 70 | 465 | 40 | 41 |
| Binary | 1101111 | 111001 | 1100111 | 0 | 110001 | 111 | 111000 | 100110101 | 100000 | 100001 |
Color Harmonies of #6F3967
Complementary color
Monochromatic Colors of #6F3967
Black with #6F3967
Text Example
Text Example
White with #6F3967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3967; }
p { color: rgb(111,57,103); }
H1.HeaderClassName
{
color: #6F3967;
}
.AnyTagClassName
{
color: #6F3967;
}
</style>
background-color css
<style>
a { background-color: #6F3967; }
a { background-color: rgb(111,57,103); }
div.DivClassName
{
background-color: #6F3967;
}
.BgClassName
{
background-color: #6F3967;
}
</style>
border-color css
<style>
span { border-color: #6F3967; }
span { border-color: rgb(111,57,103); }
td.TdClassName
{
border-color: #6F3967;
}
.TagClassName
{
border-color: #6F3967;
}
</style>