Shades of Palatinate Purple #6F2763
Tints of Palatinate Purple #6F2763
RGB
CMYK
RGB Variations
Color information
#6F2763 (or 0x6F2763) is known color: Palatinate Purple. HEX triplet: 6F, 27 and 63. RGB value is (111,39,99). Sum of RGB (Red+Green+Blue) = 111+39+99=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2763 is #90D89C. Grayscale: #434343. Windows color (decimal): -9492637 or 6498159. OLE color: 6498159.
HSL color Cylindrical-coordinate representation of color #6F2763: hue angle of 310º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F2763 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 99 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.56 |
| HSL | 310º | 0.48% | 0.29% | - |
| HSV(B) | 310º | 0.65% | 0.44% | - |
| XYZ | 9.53 | 5.73 | 12.41 | - |
| YUV | 67.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 99 | 0 | 0.65 | 0.11 | 0.56 | 310 | 0.48 | 0.29 |
| Hex | 6F | 27 | 63 | 0 | 41 | B | 38 | 136 | 30 | 1D |
| Octal | 157 | 47 | 143 | 0 | 101 | 13 | 70 | 466 | 60 | 35 |
| Binary | 1101111 | 100111 | 1100011 | 0 | 1000001 | 1011 | 111000 | 100110110 | 110000 | 11101 |
Color Harmonies of #6F2763
Complementary color
Monochromatic Colors of #6F2763
Black with #6F2763
Text Example
Text Example
White with #6F2763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2763; }
p { color: rgb(111,39,99); }
H1.HeaderClassName
{
color: #6F2763;
}
.AnyTagClassName
{
color: #6F2763;
}
</style>
background-color css
<style>
a { background-color: #6F2763; }
a { background-color: rgb(111,39,99); }
div.DivClassName
{
background-color: #6F2763;
}
.BgClassName
{
background-color: #6F2763;
}
</style>
border-color css
<style>
span { border-color: #6F2763; }
span { border-color: rgb(111,39,99); }
td.TdClassName
{
border-color: #6F2763;
}
.TagClassName
{
border-color: #6F2763;
}
</style>