Shades of Palatinate Purple #6F1765
Tints of Palatinate Purple #6F1765
RGB
CMYK
RGB Variations
Color information
#6F1765 (or 0x6F1765) is known color: Palatinate Purple. HEX triplet: 6F, 17 and 65. RGB value is (111,23,101). Sum of RGB (Red+Green+Blue) = 111+23+101=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1765 is #90E89A. Grayscale: #393939. Windows color (decimal): -9496731 or 6625135. OLE color: 6625135.
HSL color Cylindrical-coordinate representation of color #6F1765: hue angle of 306.82º 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 #6F1765 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 101 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.56 |
| HSL | 306.82º | 0.66% | 0.26% | - |
| HSV(B) | 306.82º | 0.79% | 0.44% | - |
| XYZ | 9.21 | 4.93 | 12.78 | - |
| YUV | 58.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 101 | 0 | 0.79 | 0.09 | 0.56 | 306.82 | 0.66 | 0.26 |
| Hex | 6F | 17 | 65 | 0 | 4F | 9 | 38 | 133 | 42 | 1A |
| Octal | 157 | 27 | 145 | 0 | 117 | 11 | 70 | 463 | 102 | 32 |
| Binary | 1101111 | 10111 | 1100101 | 0 | 1001111 | 1001 | 111000 | 100110011 | 1000010 | 11010 |
Color Harmonies of #6F1765
Complementary color
Monochromatic Colors of #6F1765
Black with #6F1765
Text Example
Text Example
White with #6F1765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1765; }
p { color: rgb(111,23,101); }
H1.HeaderClassName
{
color: #6F1765;
}
.AnyTagClassName
{
color: #6F1765;
}
</style>
background-color css
<style>
a { background-color: #6F1765; }
a { background-color: rgb(111,23,101); }
div.DivClassName
{
background-color: #6F1765;
}
.BgClassName
{
background-color: #6F1765;
}
</style>
border-color css
<style>
span { border-color: #6F1765; }
span { border-color: rgb(111,23,101); }
td.TdClassName
{
border-color: #6F1765;
}
.TagClassName
{
border-color: #6F1765;
}
</style>