Shades of Palatinate Purple #6F3665
Tints of Palatinate Purple #6F3665
RGB
CMYK
RGB Variations
Color information
#6F3665 (or 0x6F3665) is known color: Palatinate Purple. HEX triplet: 6F, 36 and 65. RGB value is (111,54,101). Sum of RGB (Red+Green+Blue) = 111+54+101=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3665 is #90C99A. Grayscale: #4C4C4C. Windows color (decimal): -9488795 or 6633071. OLE color: 6633071.
HSL color Cylindrical-coordinate representation of color #6F3665: hue angle of 310.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F3665 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 54 | 101 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.56 |
| HSL | 310.53º | 0.35% | 0.32% | - |
| HSV(B) | 310.53º | 0.51% | 0.44% | - |
| XYZ | 10.22 | 6.96 | 13.12 | - |
| YUV | 76.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 101 | 0 | 0.51 | 0.09 | 0.56 | 310.53 | 0.35 | 0.32 |
| Hex | 6F | 36 | 65 | 0 | 33 | 9 | 38 | 137 | 23 | 20 |
| Octal | 157 | 66 | 145 | 0 | 63 | 11 | 70 | 467 | 43 | 40 |
| Binary | 1101111 | 110110 | 1100101 | 0 | 110011 | 1001 | 111000 | 100110111 | 100011 | 100000 |
Color Harmonies of #6F3665
Complementary color
Monochromatic Colors of #6F3665
Black with #6F3665
Text Example
Text Example
White with #6F3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3665; }
p { color: rgb(111,54,101); }
H1.HeaderClassName
{
color: #6F3665;
}
.AnyTagClassName
{
color: #6F3665;
}
</style>
background-color css
<style>
a { background-color: #6F3665; }
a { background-color: rgb(111,54,101); }
div.DivClassName
{
background-color: #6F3665;
}
.BgClassName
{
background-color: #6F3665;
}
</style>
border-color css
<style>
span { border-color: #6F3665; }
span { border-color: rgb(111,54,101); }
td.TdClassName
{
border-color: #6F3665;
}
.TagClassName
{
border-color: #6F3665;
}
</style>