Shades of Palatinate Purple #6F1F67
Tints of Palatinate Purple #6F1F67
RGB
CMYK
RGB Variations
Color information
#6F1F67 (or 0x6F1F67) is known color: Palatinate Purple. HEX triplet: 6F, 1F and 67. RGB value is (111,31,103). Sum of RGB (Red+Green+Blue) = 111+31+103=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1F67 is #90E098. Grayscale: #3E3E3E. Windows color (decimal): -9494681 or 6758255. OLE color: 6758255.
HSL color Cylindrical-coordinate representation of color #6F1F67: hue angle of 306º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F1F67 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 31 | 103 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.56 |
| HSL | 306º | 0.56% | 0.28% | - |
| HSV(B) | 306º | 0.72% | 0.44% | - |
| XYZ | 9.49 | 5.34 | 13.36 | - |
| YUV | 63.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 103 | 0 | 0.72 | 0.07 | 0.56 | 306 | 0.56 | 0.28 |
| Hex | 6F | 1F | 67 | 0 | 48 | 7 | 38 | 132 | 38 | 1C |
| Octal | 157 | 37 | 147 | 0 | 110 | 7 | 70 | 462 | 70 | 34 |
| Binary | 1101111 | 11111 | 1100111 | 0 | 1001000 | 111 | 111000 | 100110010 | 111000 | 11100 |
Color Harmonies of #6F1F67
Complementary color
Monochromatic Colors of #6F1F67
Black with #6F1F67
Text Example
Text Example
White with #6F1F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1F67; }
p { color: rgb(111,31,103); }
H1.HeaderClassName
{
color: #6F1F67;
}
.AnyTagClassName
{
color: #6F1F67;
}
</style>
background-color css
<style>
a { background-color: #6F1F67; }
a { background-color: rgb(111,31,103); }
div.DivClassName
{
background-color: #6F1F67;
}
.BgClassName
{
background-color: #6F1F67;
}
</style>
border-color css
<style>
span { border-color: #6F1F67; }
span { border-color: rgb(111,31,103); }
td.TdClassName
{
border-color: #6F1F67;
}
.TagClassName
{
border-color: #6F1F67;
}
</style>