Shades of Palatinate Purple #6F196D
Tints of Palatinate Purple #6F196D
RGB
CMYK
RGB Variations
Color information
#6F196D (or 0x6F196D) is known color: Palatinate Purple. HEX triplet: 6F, 19 and 6D. RGB value is (111,25,109). Sum of RGB (Red+Green+Blue) = 111+25+109=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F196D is #90E692. Grayscale: #3C3C3C. Windows color (decimal): -9496211 or 7149935. OLE color: 7149935.
HSL color Cylindrical-coordinate representation of color #6F196D: hue angle of 301.4º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F196D is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 25 | 109 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.56 |
| HSL | 301.4º | 0.63% | 0.27% | - |
| HSV(B) | 301.4º | 0.77% | 0.44% | - |
| XYZ | 9.66 | 5.18 | 14.96 | - |
| YUV | 60.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 109 | 0 | 0.77 | 0.02 | 0.56 | 301.4 | 0.63 | 0.27 |
| Hex | 6F | 19 | 6D | 0 | 4D | 2 | 38 | 12D | 3F | 1B |
| Octal | 157 | 31 | 155 | 0 | 115 | 2 | 70 | 455 | 77 | 33 |
| Binary | 1101111 | 11001 | 1101101 | 0 | 1001101 | 10 | 111000 | 100101101 | 111111 | 11011 |
Color Harmonies of #6F196D
Complementary color
Monochromatic Colors of #6F196D
Black with #6F196D
Text Example
Text Example
White with #6F196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F196D; }
p { color: rgb(111,25,109); }
H1.HeaderClassName
{
color: #6F196D;
}
.AnyTagClassName
{
color: #6F196D;
}
</style>
background-color css
<style>
a { background-color: #6F196D; }
a { background-color: rgb(111,25,109); }
div.DivClassName
{
background-color: #6F196D;
}
.BgClassName
{
background-color: #6F196D;
}
</style>
border-color css
<style>
span { border-color: #6F196D; }
span { border-color: rgb(111,25,109); }
td.TdClassName
{
border-color: #6F196D;
}
.TagClassName
{
border-color: #6F196D;
}
</style>