Shades of Palatinate Purple #6F0D67
Tints of Palatinate Purple #6F0D67
RGB
CMYK
RGB Variations
Color information
#6F0D67 (or 0x6F0D67) is known color: Palatinate Purple. HEX triplet: 6F, 0D and 67. RGB value is (111,13,103). Sum of RGB (Red+Green+Blue) = 111+13+103=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0D67 is #90F298. Grayscale: #343434. Windows color (decimal): -9499289 or 6753647. OLE color: 6753647.
HSL color Cylindrical-coordinate representation of color #6F0D67: hue angle of 304.9º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F0D67 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 13 | 103 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.56 |
| HSL | 304.9º | 0.79% | 0.24% | - |
| HSV(B) | 304.9º | 0.88% | 0.44% | - |
| XYZ | 9.15 | 4.65 | 13.25 | - |
| YUV | 52.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 103 | 0 | 0.88 | 0.07 | 0.56 | 304.9 | 0.79 | 0.24 |
| Hex | 6F | D | 67 | 0 | 58 | 7 | 38 | 131 | 4F | 18 |
| Octal | 157 | 15 | 147 | 0 | 130 | 7 | 70 | 461 | 117 | 30 |
| Binary | 1101111 | 1101 | 1100111 | 0 | 1011000 | 111 | 111000 | 100110001 | 1001111 | 11000 |
Color Harmonies of #6F0D67
Complementary color
Monochromatic Colors of #6F0D67
Black with #6F0D67
Text Example
Text Example
White with #6F0D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0D67; }
p { color: rgb(111,13,103); }
H1.HeaderClassName
{
color: #6F0D67;
}
.AnyTagClassName
{
color: #6F0D67;
}
</style>
background-color css
<style>
a { background-color: #6F0D67; }
a { background-color: rgb(111,13,103); }
div.DivClassName
{
background-color: #6F0D67;
}
.BgClassName
{
background-color: #6F0D67;
}
</style>
border-color css
<style>
span { border-color: #6F0D67; }
span { border-color: rgb(111,13,103); }
td.TdClassName
{
border-color: #6F0D67;
}
.TagClassName
{
border-color: #6F0D67;
}
</style>