Shades of Palatinate Purple #6F146B
Tints of Palatinate Purple #6F146B
RGB
CMYK
RGB Variations
Color information
#6F146B (or 0x6F146B) is known color: Palatinate Purple. HEX triplet: 6F, 14 and 6B. RGB value is (111,20,107). Sum of RGB (Red+Green+Blue) = 111+20+107=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F146B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F146B is #90EB94. Grayscale: #383838. Windows color (decimal): -9497493 or 7017583. OLE color: 7017583.
HSL color Cylindrical-coordinate representation of color #6F146B: hue angle of 302.64º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F146B is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 20 | 107 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.56 |
| HSL | 302.64º | 0.69% | 0.26% | - |
| HSV(B) | 302.64º | 0.82% | 0.44% | - |
| XYZ | 9.46 | 4.94 | 14.37 | - |
| YUV | 57.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 107 | 0 | 0.82 | 0.04 | 0.56 | 302.64 | 0.69 | 0.26 |
| Hex | 6F | 14 | 6B | 0 | 52 | 4 | 38 | 12F | 45 | 1A |
| Octal | 157 | 24 | 153 | 0 | 122 | 4 | 70 | 457 | 105 | 32 |
| Binary | 1101111 | 10100 | 1101011 | 0 | 1010010 | 100 | 111000 | 100101111 | 1000101 | 11010 |
Color Harmonies of #6F146B
Complementary color
Monochromatic Colors of #6F146B
Black with #6F146B
Text Example
Text Example
White with #6F146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F146B; }
p { color: rgb(111,20,107); }
H1.HeaderClassName
{
color: #6F146B;
}
.AnyTagClassName
{
color: #6F146B;
}
</style>
background-color css
<style>
a { background-color: #6F146B; }
a { background-color: rgb(111,20,107); }
div.DivClassName
{
background-color: #6F146B;
}
.BgClassName
{
background-color: #6F146B;
}
</style>
border-color css
<style>
span { border-color: #6F146B; }
span { border-color: rgb(111,20,107); }
td.TdClassName
{
border-color: #6F146B;
}
.TagClassName
{
border-color: #6F146B;
}
</style>