Shades of Palatinate Purple #6F395F
Tints of Palatinate Purple #6F395F
RGB
CMYK
RGB Variations
Color information
#6F395F (or 0x6F395F) is known color: Palatinate Purple. HEX triplet: 6F, 39 and 5F. RGB value is (111,57,95). Sum of RGB (Red+Green+Blue) = 111+57+95=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F395F is #90C6A0. Grayscale: #4D4D4D. Windows color (decimal): -9488033 or 6240623. OLE color: 6240623.
HSL color Cylindrical-coordinate representation of color #6F395F: hue angle of 317.78º 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 #6F395F is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 57 | 95 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.56 |
| HSL | 317.78º | 0.32% | 0.33% | - |
| HSV(B) | 317.78º | 0.49% | 0.44% | - |
| XYZ | 10.08 | 7.13 | 11.67 | - |
| YUV | 77.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 95 | 0 | 0.49 | 0.14 | 0.56 | 317.78 | 0.32 | 0.33 |
| Hex | 6F | 39 | 5F | 0 | 31 | E | 38 | 13E | 20 | 21 |
| Octal | 157 | 71 | 137 | 0 | 61 | 16 | 70 | 476 | 40 | 41 |
| Binary | 1101111 | 111001 | 1011111 | 0 | 110001 | 1110 | 111000 | 100111110 | 100000 | 100001 |
Color Harmonies of #6F395F
Complementary color
Monochromatic Colors of #6F395F
Black with #6F395F
Text Example
Text Example
White with #6F395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F395F; }
p { color: rgb(111,57,95); }
H1.HeaderClassName
{
color: #6F395F;
}
.AnyTagClassName
{
color: #6F395F;
}
</style>
background-color css
<style>
a { background-color: #6F395F; }
a { background-color: rgb(111,57,95); }
div.DivClassName
{
background-color: #6F395F;
}
.BgClassName
{
background-color: #6F395F;
}
</style>
border-color css
<style>
span { border-color: #6F395F; }
span { border-color: rgb(111,57,95); }
td.TdClassName
{
border-color: #6F395F;
}
.TagClassName
{
border-color: #6F395F;
}
</style>