Shades of Palatinate Purple #6F275B
Tints of Palatinate Purple #6F275B
RGB
CMYK
RGB Variations
Color information
#6F275B (or 0x6F275B) is known color: Palatinate Purple. HEX triplet: 6F, 27 and 5B. RGB value is (111,39,91). Sum of RGB (Red+Green+Blue) = 111+39+91=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F275B is #90D8A4. Grayscale: #424242. Windows color (decimal): -9492645 or 5973871. OLE color: 5973871.
HSL color Cylindrical-coordinate representation of color #6F275B: hue angle of 316.67º 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 #6F275B is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 91 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.56 |
| HSL | 316.67º | 0.48% | 0.29% | - |
| HSV(B) | 316.67º | 0.65% | 0.44% | - |
| XYZ | 9.17 | 5.59 | 10.49 | - |
| YUV | 66.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 91 | 0 | 0.65 | 0.18 | 0.56 | 316.67 | 0.48 | 0.29 |
| Hex | 6F | 27 | 5B | 0 | 41 | 12 | 38 | 13D | 30 | 1D |
| Octal | 157 | 47 | 133 | 0 | 101 | 22 | 70 | 475 | 60 | 35 |
| Binary | 1101111 | 100111 | 1011011 | 0 | 1000001 | 10010 | 111000 | 100111101 | 110000 | 11101 |
Color Harmonies of #6F275B
Complementary color
Monochromatic Colors of #6F275B
Black with #6F275B
Text Example
Text Example
White with #6F275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F275B; }
p { color: rgb(111,39,91); }
H1.HeaderClassName
{
color: #6F275B;
}
.AnyTagClassName
{
color: #6F275B;
}
</style>
background-color css
<style>
a { background-color: #6F275B; }
a { background-color: rgb(111,39,91); }
div.DivClassName
{
background-color: #6F275B;
}
.BgClassName
{
background-color: #6F275B;
}
</style>
border-color css
<style>
span { border-color: #6F275B; }
span { border-color: rgb(111,39,91); }
td.TdClassName
{
border-color: #6F275B;
}
.TagClassName
{
border-color: #6F275B;
}
</style>