Shades of Palatinate Purple #6F2E5C
Tints of Palatinate Purple #6F2E5C
RGB
CMYK
RGB Variations
Color information
#6F2E5C (or 0x6F2E5C) is known color: Palatinate Purple. HEX triplet: 6F, 2E and 5C. RGB value is (111,46,92). Sum of RGB (Red+Green+Blue) = 111+46+92=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2E5C is #90D1A3. Grayscale: #464646. Windows color (decimal): -9490852 or 6041199. OLE color: 6041199.
HSL color Cylindrical-coordinate representation of color #6F2E5C: hue angle of 317.54º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F2E5C is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 46 | 92 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.56 |
| HSL | 317.54º | 0.41% | 0.31% | - |
| HSV(B) | 317.54º | 0.59% | 0.44% | - |
| XYZ | 9.46 | 6.11 | 10.81 | - |
| YUV | 70.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 46 | 92 | 0 | 0.59 | 0.17 | 0.56 | 317.54 | 0.41 | 0.31 |
| Hex | 6F | 2E | 5C | 0 | 3B | 11 | 38 | 13E | 29 | 1F |
| Octal | 157 | 56 | 134 | 0 | 73 | 21 | 70 | 476 | 51 | 37 |
| Binary | 1101111 | 101110 | 1011100 | 0 | 111011 | 10001 | 111000 | 100111110 | 101001 | 11111 |
Color Harmonies of #6F2E5C
Complementary color
Monochromatic Colors of #6F2E5C
Black with #6F2E5C
Text Example
Text Example
White with #6F2E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2E5C; }
p { color: rgb(111,46,92); }
H1.HeaderClassName
{
color: #6F2E5C;
}
.AnyTagClassName
{
color: #6F2E5C;
}
</style>
background-color css
<style>
a { background-color: #6F2E5C; }
a { background-color: rgb(111,46,92); }
div.DivClassName
{
background-color: #6F2E5C;
}
.BgClassName
{
background-color: #6F2E5C;
}
</style>
border-color css
<style>
span { border-color: #6F2E5C; }
span { border-color: rgb(111,46,92); }
td.TdClassName
{
border-color: #6F2E5C;
}
.TagClassName
{
border-color: #6F2E5C;
}
</style>