Shades of Palatinate Purple #6F345C
Tints of Palatinate Purple #6F345C
RGB
CMYK
RGB Variations
Color information
#6F345C (or 0x6F345C) is known color: Palatinate Purple. HEX triplet: 6F, 34 and 5C. RGB value is (111,52,92). Sum of RGB (Red+Green+Blue) = 111+52+92=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F345C is #90CBA3. Grayscale: #4A4A4A. Windows color (decimal): -9489316 or 6042735. OLE color: 6042735.
HSL color Cylindrical-coordinate representation of color #6F345C: hue angle of 319.32º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F345C is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 92 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.56 |
| HSL | 319.32º | 0.36% | 0.32% | - |
| HSV(B) | 319.32º | 0.53% | 0.44% | - |
| XYZ | 9.72 | 6.61 | 10.89 | - |
| YUV | 74.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 92 | 0 | 0.53 | 0.17 | 0.56 | 319.32 | 0.36 | 0.32 |
| Hex | 6F | 34 | 5C | 0 | 35 | 11 | 38 | 13F | 24 | 20 |
| Octal | 157 | 64 | 134 | 0 | 65 | 21 | 70 | 477 | 44 | 40 |
| Binary | 1101111 | 110100 | 1011100 | 0 | 110101 | 10001 | 111000 | 100111111 | 100100 | 100000 |
Color Harmonies of #6F345C
Complementary color
Monochromatic Colors of #6F345C
Black with #6F345C
Text Example
Text Example
White with #6F345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F345C; }
p { color: rgb(111,52,92); }
H1.HeaderClassName
{
color: #6F345C;
}
.AnyTagClassName
{
color: #6F345C;
}
</style>
background-color css
<style>
a { background-color: #6F345C; }
a { background-color: rgb(111,52,92); }
div.DivClassName
{
background-color: #6F345C;
}
.BgClassName
{
background-color: #6F345C;
}
</style>
border-color css
<style>
span { border-color: #6F345C; }
span { border-color: rgb(111,52,92); }
td.TdClassName
{
border-color: #6F345C;
}
.TagClassName
{
border-color: #6F345C;
}
</style>