Shades of Palatinate Purple #6F3565
Tints of Palatinate Purple #6F3565
RGB
CMYK
RGB Variations
Color information
#6F3565 (or 0x6F3565) is known color: Palatinate Purple. HEX triplet: 6F, 35 and 65. RGB value is (111,53,101). Sum of RGB (Red+Green+Blue) = 111+53+101=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3565 is #90CA9A. Grayscale: #4B4B4B. Windows color (decimal): -9489051 or 6632815. OLE color: 6632815.
HSL color Cylindrical-coordinate representation of color #6F3565: hue angle of 310.34º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F3565 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 53 | 101 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.56 |
| HSL | 310.34º | 0.35% | 0.32% | - |
| HSV(B) | 310.34º | 0.52% | 0.44% | - |
| XYZ | 10.18 | 6.87 | 13.1 | - |
| YUV | 75.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 101 | 0 | 0.52 | 0.09 | 0.56 | 310.34 | 0.35 | 0.32 |
| Hex | 6F | 35 | 65 | 0 | 34 | 9 | 38 | 136 | 23 | 20 |
| Octal | 157 | 65 | 145 | 0 | 64 | 11 | 70 | 466 | 43 | 40 |
| Binary | 1101111 | 110101 | 1100101 | 0 | 110100 | 1001 | 111000 | 100110110 | 100011 | 100000 |
Color Harmonies of #6F3565
Complementary color
Monochromatic Colors of #6F3565
Black with #6F3565
Text Example
Text Example
White with #6F3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3565; }
p { color: rgb(111,53,101); }
H1.HeaderClassName
{
color: #6F3565;
}
.AnyTagClassName
{
color: #6F3565;
}
</style>
background-color css
<style>
a { background-color: #6F3565; }
a { background-color: rgb(111,53,101); }
div.DivClassName
{
background-color: #6F3565;
}
.BgClassName
{
background-color: #6F3565;
}
</style>
border-color css
<style>
span { border-color: #6F3565; }
span { border-color: rgb(111,53,101); }
td.TdClassName
{
border-color: #6F3565;
}
.TagClassName
{
border-color: #6F3565;
}
</style>