Shades of Palatinate Purple #6F245E
Tints of Palatinate Purple #6F245E
RGB
CMYK
RGB Variations
Color information
#6F245E (or 0x6F245E) is known color: Palatinate Purple. HEX triplet: 6F, 24 and 5E. RGB value is (111,36,94). Sum of RGB (Red+Green+Blue) = 111+36+94=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F245E is #90DBA1. Grayscale: #404040. Windows color (decimal): -9493410 or 6169711. OLE color: 6169711.
HSL color Cylindrical-coordinate representation of color #6F245E: hue angle of 313.6º degrees, saturation: 0.51, 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 #6F245E is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 94 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.56 |
| HSL | 313.6º | 0.51% | 0.29% | - |
| HSV(B) | 313.6º | 0.68% | 0.44% | - |
| XYZ | 9.21 | 5.45 | 11.16 | - |
| YUV | 65.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 94 | 0 | 0.68 | 0.15 | 0.56 | 313.6 | 0.51 | 0.29 |
| Hex | 6F | 24 | 5E | 0 | 44 | F | 38 | 13A | 33 | 1D |
| Octal | 157 | 44 | 136 | 0 | 104 | 17 | 70 | 472 | 63 | 35 |
| Binary | 1101111 | 100100 | 1011110 | 0 | 1000100 | 1111 | 111000 | 100111010 | 110011 | 11101 |
Color Harmonies of #6F245E
Complementary color
Monochromatic Colors of #6F245E
Black with #6F245E
Text Example
Text Example
White with #6F245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F245E; }
p { color: rgb(111,36,94); }
H1.HeaderClassName
{
color: #6F245E;
}
.AnyTagClassName
{
color: #6F245E;
}
</style>
background-color css
<style>
a { background-color: #6F245E; }
a { background-color: rgb(111,36,94); }
div.DivClassName
{
background-color: #6F245E;
}
.BgClassName
{
background-color: #6F245E;
}
</style>
border-color css
<style>
span { border-color: #6F245E; }
span { border-color: rgb(111,36,94); }
td.TdClassName
{
border-color: #6F245E;
}
.TagClassName
{
border-color: #6F245E;
}
</style>