Shades of Palatinate Purple #6F255F
Tints of Palatinate Purple #6F255F
RGB
CMYK
RGB Variations
Color information
#6F255F (or 0x6F255F) is known color: Palatinate Purple. HEX triplet: 6F, 25 and 5F. RGB value is (111,37,95). Sum of RGB (Red+Green+Blue) = 111+37+95=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F255F is #90DAA0. Grayscale: #414141. Windows color (decimal): -9493153 or 6235503. OLE color: 6235503.
HSL color Cylindrical-coordinate representation of color #6F255F: hue angle of 312.97º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F255F is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 95 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.56 |
| HSL | 312.97º | 0.5% | 0.29% | - |
| HSV(B) | 312.97º | 0.67% | 0.44% | - |
| XYZ | 9.28 | 5.53 | 11.4 | - |
| YUV | 65.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 95 | 0 | 0.67 | 0.14 | 0.56 | 312.97 | 0.5 | 0.29 |
| Hex | 6F | 25 | 5F | 0 | 43 | E | 38 | 139 | 32 | 1D |
| Octal | 157 | 45 | 137 | 0 | 103 | 16 | 70 | 471 | 62 | 35 |
| Binary | 1101111 | 100101 | 1011111 | 0 | 1000011 | 1110 | 111000 | 100111001 | 110010 | 11101 |
Color Harmonies of #6F255F
Complementary color
Monochromatic Colors of #6F255F
Black with #6F255F
Text Example
Text Example
White with #6F255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F255F; }
p { color: rgb(111,37,95); }
H1.HeaderClassName
{
color: #6F255F;
}
.AnyTagClassName
{
color: #6F255F;
}
</style>
background-color css
<style>
a { background-color: #6F255F; }
a { background-color: rgb(111,37,95); }
div.DivClassName
{
background-color: #6F255F;
}
.BgClassName
{
background-color: #6F255F;
}
</style>
border-color css
<style>
span { border-color: #6F255F; }
span { border-color: rgb(111,37,95); }
td.TdClassName
{
border-color: #6F255F;
}
.TagClassName
{
border-color: #6F255F;
}
</style>