Shades of Palatinate Purple #6F395D
Tints of Palatinate Purple #6F395D
RGB
CMYK
RGB Variations
Color information
#6F395D (or 0x6F395D) is known color: Palatinate Purple. HEX triplet: 6F, 39 and 5D. RGB value is (111,57,93). Sum of RGB (Red+Green+Blue) = 111+57+93=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F395D is #90C6A2. Grayscale: #4D4D4D. Windows color (decimal): -9488035 or 6109551. OLE color: 6109551.
HSL color Cylindrical-coordinate representation of color #6F395D: hue angle of 320º 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 #6F395D is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 57 | 93 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.56 |
| HSL | 320º | 0.32% | 0.33% | - |
| HSV(B) | 320º | 0.49% | 0.44% | - |
| XYZ | 9.99 | 7.1 | 11.2 | - |
| YUV | 77.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 93 | 0 | 0.49 | 0.16 | 0.56 | 320 | 0.32 | 0.33 |
| Hex | 6F | 39 | 5D | 0 | 31 | 10 | 38 | 140 | 20 | 21 |
| Octal | 157 | 71 | 135 | 0 | 61 | 20 | 70 | 500 | 40 | 41 |
| Binary | 1101111 | 111001 | 1011101 | 0 | 110001 | 10000 | 111000 | 101000000 | 100000 | 100001 |
Color Harmonies of #6F395D
Complementary color
Monochromatic Colors of #6F395D
Black with #6F395D
Text Example
Text Example
White with #6F395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F395D; }
p { color: rgb(111,57,93); }
H1.HeaderClassName
{
color: #6F395D;
}
.AnyTagClassName
{
color: #6F395D;
}
</style>
background-color css
<style>
a { background-color: #6F395D; }
a { background-color: rgb(111,57,93); }
div.DivClassName
{
background-color: #6F395D;
}
.BgClassName
{
background-color: #6F395D;
}
</style>
border-color css
<style>
span { border-color: #6F395D; }
span { border-color: rgb(111,57,93); }
td.TdClassName
{
border-color: #6F395D;
}
.TagClassName
{
border-color: #6F395D;
}
</style>