Shades of Palatinate Purple #6F235F
Tints of Palatinate Purple #6F235F
RGB
CMYK
RGB Variations
Color information
#6F235F (or 0x6F235F) is known color: Palatinate Purple. HEX triplet: 6F, 23 and 5F. RGB value is (111,35,95). Sum of RGB (Red+Green+Blue) = 111+35+95=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F235F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F235F is #90DCA0. Grayscale: #404040. Windows color (decimal): -9493665 or 6234991. OLE color: 6234991.
HSL color Cylindrical-coordinate representation of color #6F235F: hue angle of 312.63º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F235F is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 95 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.56 |
| HSL | 312.63º | 0.52% | 0.29% | - |
| HSV(B) | 312.63º | 0.68% | 0.44% | - |
| XYZ | 9.22 | 5.41 | 11.38 | - |
| YUV | 64.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 95 | 0 | 0.68 | 0.14 | 0.56 | 312.63 | 0.52 | 0.29 |
| Hex | 6F | 23 | 5F | 0 | 44 | E | 38 | 139 | 34 | 1D |
| Octal | 157 | 43 | 137 | 0 | 104 | 16 | 70 | 471 | 64 | 35 |
| Binary | 1101111 | 100011 | 1011111 | 0 | 1000100 | 1110 | 111000 | 100111001 | 110100 | 11101 |
Color Harmonies of #6F235F
Complementary color
Monochromatic Colors of #6F235F
Black with #6F235F
Text Example
Text Example
White with #6F235F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F235F; }
p { color: rgb(111,35,95); }
H1.HeaderClassName
{
color: #6F235F;
}
.AnyTagClassName
{
color: #6F235F;
}
</style>
background-color css
<style>
a { background-color: #6F235F; }
a { background-color: rgb(111,35,95); }
div.DivClassName
{
background-color: #6F235F;
}
.BgClassName
{
background-color: #6F235F;
}
</style>
border-color css
<style>
span { border-color: #6F235F; }
span { border-color: rgb(111,35,95); }
td.TdClassName
{
border-color: #6F235F;
}
.TagClassName
{
border-color: #6F235F;
}
</style>