Shades of Palatinate Purple #6F276A
Tints of Palatinate Purple #6F276A
RGB
CMYK
RGB Variations
Color information
#6F276A (or 0x6F276A) is known color: Palatinate Purple. HEX triplet: 6F, 27 and 6A. RGB value is (111,39,106). Sum of RGB (Red+Green+Blue) = 111+39+106=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F276A is #90D895. Grayscale: #434343. Windows color (decimal): -9492630 or 6956911. OLE color: 6956911.
HSL color Cylindrical-coordinate representation of color #6F276A: hue angle of 304.17º 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 #6F276A is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 106 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.56 |
| HSL | 304.17º | 0.48% | 0.29% | - |
| HSV(B) | 304.17º | 0.65% | 0.44% | - |
| XYZ | 9.88 | 5.87 | 14.25 | - |
| YUV | 68.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 106 | 0 | 0.65 | 0.05 | 0.56 | 304.17 | 0.48 | 0.29 |
| Hex | 6F | 27 | 6A | 0 | 41 | 5 | 38 | 130 | 30 | 1D |
| Octal | 157 | 47 | 152 | 0 | 101 | 5 | 70 | 460 | 60 | 35 |
| Binary | 1101111 | 100111 | 1101010 | 0 | 1000001 | 101 | 111000 | 100110000 | 110000 | 11101 |
Color Harmonies of #6F276A
Complementary color
Monochromatic Colors of #6F276A
Black with #6F276A
Text Example
Text Example
White with #6F276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F276A; }
p { color: rgb(111,39,106); }
H1.HeaderClassName
{
color: #6F276A;
}
.AnyTagClassName
{
color: #6F276A;
}
</style>
background-color css
<style>
a { background-color: #6F276A; }
a { background-color: rgb(111,39,106); }
div.DivClassName
{
background-color: #6F276A;
}
.BgClassName
{
background-color: #6F276A;
}
</style>
border-color css
<style>
span { border-color: #6F276A; }
span { border-color: rgb(111,39,106); }
td.TdClassName
{
border-color: #6F276A;
}
.TagClassName
{
border-color: #6F276A;
}
</style>