Shades of Palatinate Purple #6F3169
Tints of Palatinate Purple #6F3169
RGB
CMYK
RGB Variations
Color information
#6F3169 (or 0x6F3169) is known color: Palatinate Purple. HEX triplet: 6F, 31 and 69. RGB value is (111,49,105). Sum of RGB (Red+Green+Blue) = 111+49+105=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3169 is #90CE96. Grayscale: #494949. Windows color (decimal): -9490071 or 6893935. OLE color: 6893935.
HSL color Cylindrical-coordinate representation of color #6F3169: hue angle of 305.81º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F3169 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 105 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.56 |
| HSL | 305.81º | 0.39% | 0.31% | - |
| HSV(B) | 305.81º | 0.56% | 0.44% | - |
| XYZ | 10.2 | 6.6 | 14.1 | - |
| YUV | 73.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 105 | 0 | 0.56 | 0.05 | 0.56 | 305.81 | 0.39 | 0.31 |
| Hex | 6F | 31 | 69 | 0 | 38 | 5 | 38 | 132 | 27 | 1F |
| Octal | 157 | 61 | 151 | 0 | 70 | 5 | 70 | 462 | 47 | 37 |
| Binary | 1101111 | 110001 | 1101001 | 0 | 111000 | 101 | 111000 | 100110010 | 100111 | 11111 |
Color Harmonies of #6F3169
Complementary color
Monochromatic Colors of #6F3169
Black with #6F3169
Text Example
Text Example
White with #6F3169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3169; }
p { color: rgb(111,49,105); }
H1.HeaderClassName
{
color: #6F3169;
}
.AnyTagClassName
{
color: #6F3169;
}
</style>
background-color css
<style>
a { background-color: #6F3169; }
a { background-color: rgb(111,49,105); }
div.DivClassName
{
background-color: #6F3169;
}
.BgClassName
{
background-color: #6F3169;
}
</style>
border-color css
<style>
span { border-color: #6F3169; }
span { border-color: rgb(111,49,105); }
td.TdClassName
{
border-color: #6F3169;
}
.TagClassName
{
border-color: #6F3169;
}
</style>