Shades of Palatinate Purple #6F2668
Tints of Palatinate Purple #6F2668
RGB
CMYK
RGB Variations
Color information
#6F2668 (or 0x6F2668) is known color: Palatinate Purple. HEX triplet: 6F, 26 and 68. RGB value is (111,38,104). Sum of RGB (Red+Green+Blue) = 111+38+104=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2668 is #90D997. Grayscale: #434343. Windows color (decimal): -9492888 or 6825583. OLE color: 6825583.
HSL color Cylindrical-coordinate representation of color #6F2668: hue angle of 305.75º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F2668 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 38 | 104 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.56 |
| HSL | 305.75º | 0.49% | 0.29% | - |
| HSV(B) | 305.75º | 0.66% | 0.44% | - |
| XYZ | 9.75 | 5.77 | 13.7 | - |
| YUV | 67.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 104 | 0 | 0.66 | 0.06 | 0.56 | 305.75 | 0.49 | 0.29 |
| Hex | 6F | 26 | 68 | 0 | 42 | 6 | 38 | 132 | 31 | 1D |
| Octal | 157 | 46 | 150 | 0 | 102 | 6 | 70 | 462 | 61 | 35 |
| Binary | 1101111 | 100110 | 1101000 | 0 | 1000010 | 110 | 111000 | 100110010 | 110001 | 11101 |
Color Harmonies of #6F2668
Complementary color
Monochromatic Colors of #6F2668
Black with #6F2668
Text Example
Text Example
White with #6F2668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2668; }
p { color: rgb(111,38,104); }
H1.HeaderClassName
{
color: #6F2668;
}
.AnyTagClassName
{
color: #6F2668;
}
</style>
background-color css
<style>
a { background-color: #6F2668; }
a { background-color: rgb(111,38,104); }
div.DivClassName
{
background-color: #6F2668;
}
.BgClassName
{
background-color: #6F2668;
}
</style>
border-color css
<style>
span { border-color: #6F2668; }
span { border-color: rgb(111,38,104); }
td.TdClassName
{
border-color: #6F2668;
}
.TagClassName
{
border-color: #6F2668;
}
</style>