Shades of Palatinate Purple #6F2267
Tints of Palatinate Purple #6F2267
RGB
CMYK
RGB Variations
Color information
#6F2267 (or 0x6F2267) is known color: Palatinate Purple. HEX triplet: 6F, 22 and 67. RGB value is (111,34,103). Sum of RGB (Red+Green+Blue) = 111+34+103=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2267 is #90DD98. Grayscale: #404040. Windows color (decimal): -9493913 or 6759023. OLE color: 6759023.
HSL color Cylindrical-coordinate representation of color #6F2267: hue angle of 306.23º 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 #6F2267 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 34 | 103 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.56 |
| HSL | 306.23º | 0.53% | 0.28% | - |
| HSV(B) | 306.23º | 0.69% | 0.44% | - |
| XYZ | 9.58 | 5.5 | 13.39 | - |
| YUV | 64.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 34 | 103 | 0 | 0.69 | 0.07 | 0.56 | 306.23 | 0.53 | 0.28 |
| Hex | 6F | 22 | 67 | 0 | 45 | 7 | 38 | 132 | 35 | 1C |
| Octal | 157 | 42 | 147 | 0 | 105 | 7 | 70 | 462 | 65 | 34 |
| Binary | 1101111 | 100010 | 1100111 | 0 | 1000101 | 111 | 111000 | 100110010 | 110101 | 11100 |
Color Harmonies of #6F2267
Complementary color
Monochromatic Colors of #6F2267
Black with #6F2267
Text Example
Text Example
White with #6F2267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2267; }
p { color: rgb(111,34,103); }
H1.HeaderClassName
{
color: #6F2267;
}
.AnyTagClassName
{
color: #6F2267;
}
</style>
background-color css
<style>
a { background-color: #6F2267; }
a { background-color: rgb(111,34,103); }
div.DivClassName
{
background-color: #6F2267;
}
.BgClassName
{
background-color: #6F2267;
}
</style>
border-color css
<style>
span { border-color: #6F2267; }
span { border-color: rgb(111,34,103); }
td.TdClassName
{
border-color: #6F2267;
}
.TagClassName
{
border-color: #6F2267;
}
</style>