Shades of Palatinate Purple #6F2B5B
Tints of Palatinate Purple #6F2B5B
RGB
CMYK
RGB Variations
Color information
#6F2B5B (or 0x6F2B5B) is known color: Palatinate Purple. HEX triplet: 6F, 2B and 5B. RGB value is (111,43,91). Sum of RGB (Red+Green+Blue) = 111+43+91=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2B5B is #90D4A4. Grayscale: #444444. Windows color (decimal): -9491621 or 5974895. OLE color: 5974895.
HSL color Cylindrical-coordinate representation of color #6F2B5B: hue angle of 317.65º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F2B5B is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 43 | 91 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.56 |
| HSL | 317.65º | 0.44% | 0.3% | - |
| HSV(B) | 317.65º | 0.61% | 0.44% | - |
| XYZ | 9.31 | 5.86 | 10.54 | - |
| YUV | 68.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 43 | 91 | 0 | 0.61 | 0.18 | 0.56 | 317.65 | 0.44 | 0.3 |
| Hex | 6F | 2B | 5B | 0 | 3D | 12 | 38 | 13E | 2C | 1E |
| Octal | 157 | 53 | 133 | 0 | 75 | 22 | 70 | 476 | 54 | 36 |
| Binary | 1101111 | 101011 | 1011011 | 0 | 111101 | 10010 | 111000 | 100111110 | 101100 | 11110 |
Color Harmonies of #6F2B5B
Complementary color
Monochromatic Colors of #6F2B5B
Black with #6F2B5B
Text Example
Text Example
White with #6F2B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2B5B; }
p { color: rgb(111,43,91); }
H1.HeaderClassName
{
color: #6F2B5B;
}
.AnyTagClassName
{
color: #6F2B5B;
}
</style>
background-color css
<style>
a { background-color: #6F2B5B; }
a { background-color: rgb(111,43,91); }
div.DivClassName
{
background-color: #6F2B5B;
}
.BgClassName
{
background-color: #6F2B5B;
}
</style>
border-color css
<style>
span { border-color: #6F2B5B; }
span { border-color: rgb(111,43,91); }
td.TdClassName
{
border-color: #6F2B5B;
}
.TagClassName
{
border-color: #6F2B5B;
}
</style>