Shades of Palatinate Purple #6F1762
Tints of Palatinate Purple #6F1762
RGB
CMYK
RGB Variations
Color information
#6F1762 (or 0x6F1762) is known color: Palatinate Purple. HEX triplet: 6F, 17 and 62. RGB value is (111,23,98). Sum of RGB (Red+Green+Blue) = 111+23+98=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1762 is #90E89D. Grayscale: #393939. Windows color (decimal): -9496734 or 6428527. OLE color: 6428527.
HSL color Cylindrical-coordinate representation of color #6F1762: hue angle of 308.86º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F1762 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 98 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.56 |
| HSL | 308.86º | 0.66% | 0.26% | - |
| HSV(B) | 308.86º | 0.79% | 0.44% | - |
| XYZ | 9.07 | 4.87 | 12.02 | - |
| YUV | 57.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 98 | 0 | 0.79 | 0.12 | 0.56 | 308.86 | 0.66 | 0.26 |
| Hex | 6F | 17 | 62 | 0 | 4F | C | 38 | 135 | 42 | 1A |
| Octal | 157 | 27 | 142 | 0 | 117 | 14 | 70 | 465 | 102 | 32 |
| Binary | 1101111 | 10111 | 1100010 | 0 | 1001111 | 1100 | 111000 | 100110101 | 1000010 | 11010 |
Color Harmonies of #6F1762
Complementary color
Monochromatic Colors of #6F1762
Black with #6F1762
Text Example
Text Example
White with #6F1762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1762; }
p { color: rgb(111,23,98); }
H1.HeaderClassName
{
color: #6F1762;
}
.AnyTagClassName
{
color: #6F1762;
}
</style>
background-color css
<style>
a { background-color: #6F1762; }
a { background-color: rgb(111,23,98); }
div.DivClassName
{
background-color: #6F1762;
}
.BgClassName
{
background-color: #6F1762;
}
</style>
border-color css
<style>
span { border-color: #6F1762; }
span { border-color: rgb(111,23,98); }
td.TdClassName
{
border-color: #6F1762;
}
.TagClassName
{
border-color: #6F1762;
}
</style>