Shades of Palatinate Purple #6F335B
Tints of Palatinate Purple #6F335B
RGB
CMYK
RGB Variations
Color information
#6F335B (or 0x6F335B) is known color: Palatinate Purple. HEX triplet: 6F, 33 and 5B. RGB value is (111,51,91). Sum of RGB (Red+Green+Blue) = 111+51+91=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F335B is #90CCA4. Grayscale: #494949. Windows color (decimal): -9489573 or 5976943. OLE color: 5976943.
HSL color Cylindrical-coordinate representation of color #6F335B: hue angle of 320º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F335B is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 51 | 91 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.56 |
| HSL | 320º | 0.37% | 0.32% | - |
| HSV(B) | 320º | 0.54% | 0.44% | - |
| XYZ | 9.63 | 6.5 | 10.65 | - |
| YUV | 73.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 91 | 0 | 0.54 | 0.18 | 0.56 | 320 | 0.37 | 0.32 |
| Hex | 6F | 33 | 5B | 0 | 36 | 12 | 38 | 140 | 25 | 20 |
| Octal | 157 | 63 | 133 | 0 | 66 | 22 | 70 | 500 | 45 | 40 |
| Binary | 1101111 | 110011 | 1011011 | 0 | 110110 | 10010 | 111000 | 101000000 | 100101 | 100000 |
Color Harmonies of #6F335B
Complementary color
Monochromatic Colors of #6F335B
Black with #6F335B
Text Example
Text Example
White with #6F335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F335B; }
p { color: rgb(111,51,91); }
H1.HeaderClassName
{
color: #6F335B;
}
.AnyTagClassName
{
color: #6F335B;
}
</style>
background-color css
<style>
a { background-color: #6F335B; }
a { background-color: rgb(111,51,91); }
div.DivClassName
{
background-color: #6F335B;
}
.BgClassName
{
background-color: #6F335B;
}
</style>
border-color css
<style>
span { border-color: #6F335B; }
span { border-color: rgb(111,51,91); }
td.TdClassName
{
border-color: #6F335B;
}
.TagClassName
{
border-color: #6F335B;
}
</style>