Shades of Palatinate Purple #6F225B
Tints of Palatinate Purple #6F225B
RGB
CMYK
RGB Variations
Color information
#6F225B (or 0x6F225B) is known color: Palatinate Purple. HEX triplet: 6F, 22 and 5B. RGB value is (111,34,91). Sum of RGB (Red+Green+Blue) = 111+34+91=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F225B is #90DDA4. Grayscale: #3F3F3F. Windows color (decimal): -9493925 or 5972591. OLE color: 5972591.
HSL color Cylindrical-coordinate representation of color #6F225B: hue angle of 315.58º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F225B is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 34 | 91 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.56 |
| HSL | 315.58º | 0.53% | 0.28% | - |
| HSV(B) | 315.58º | 0.69% | 0.44% | - |
| XYZ | 9.02 | 5.28 | 10.44 | - |
| YUV | 63.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 34 | 91 | 0 | 0.69 | 0.18 | 0.56 | 315.58 | 0.53 | 0.28 |
| Hex | 6F | 22 | 5B | 0 | 45 | 12 | 38 | 13C | 35 | 1C |
| Octal | 157 | 42 | 133 | 0 | 105 | 22 | 70 | 474 | 65 | 34 |
| Binary | 1101111 | 100010 | 1011011 | 0 | 1000101 | 10010 | 111000 | 100111100 | 110101 | 11100 |
Color Harmonies of #6F225B
Complementary color
Monochromatic Colors of #6F225B
Black with #6F225B
Text Example
Text Example
White with #6F225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F225B; }
p { color: rgb(111,34,91); }
H1.HeaderClassName
{
color: #6F225B;
}
.AnyTagClassName
{
color: #6F225B;
}
</style>
background-color css
<style>
a { background-color: #6F225B; }
a { background-color: rgb(111,34,91); }
div.DivClassName
{
background-color: #6F225B;
}
.BgClassName
{
background-color: #6F225B;
}
</style>
border-color css
<style>
span { border-color: #6F225B; }
span { border-color: rgb(111,34,91); }
td.TdClassName
{
border-color: #6F225B;
}
.TagClassName
{
border-color: #6F225B;
}
</style>