Shades of Palatinate Purple #6F3768
Tints of Palatinate Purple #6F3768
RGB
CMYK
RGB Variations
Color information
#6F3768 (or 0x6F3768) is known color: Palatinate Purple. HEX triplet: 6F, 37 and 68. RGB value is (111,55,104). Sum of RGB (Red+Green+Blue) = 111+55+104=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3768 is #90C897. Grayscale: #4D4D4D. Windows color (decimal): -9488536 or 6829935. OLE color: 6829935.
HSL color Cylindrical-coordinate representation of color #6F3768: hue angle of 307.5º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3768 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 55 | 104 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.56 |
| HSL | 307.5º | 0.34% | 0.33% | - |
| HSV(B) | 307.5º | 0.5% | 0.44% | - |
| XYZ | 10.42 | 7.11 | 13.92 | - |
| YUV | 77.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 104 | 0 | 0.50 | 0.06 | 0.56 | 307.5 | 0.34 | 0.33 |
| Hex | 6F | 37 | 68 | 0 | 32 | 6 | 38 | 134 | 22 | 21 |
| Octal | 157 | 67 | 150 | 0 | 62 | 6 | 70 | 464 | 42 | 41 |
| Binary | 1101111 | 110111 | 1101000 | 0 | 110010 | 110 | 111000 | 100110100 | 100010 | 100001 |
Color Harmonies of #6F3768
Complementary color
Monochromatic Colors of #6F3768
Black with #6F3768
Text Example
Text Example
White with #6F3768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3768; }
p { color: rgb(111,55,104); }
H1.HeaderClassName
{
color: #6F3768;
}
.AnyTagClassName
{
color: #6F3768;
}
</style>
background-color css
<style>
a { background-color: #6F3768; }
a { background-color: rgb(111,55,104); }
div.DivClassName
{
background-color: #6F3768;
}
.BgClassName
{
background-color: #6F3768;
}
</style>
border-color css
<style>
span { border-color: #6F3768; }
span { border-color: rgb(111,55,104); }
td.TdClassName
{
border-color: #6F3768;
}
.TagClassName
{
border-color: #6F3768;
}
</style>