Shades of Palatinate Purple #6F3465
Tints of Palatinate Purple #6F3465
RGB
CMYK
RGB Variations
Color information
#6F3465 (or 0x6F3465) is known color: Palatinate Purple. HEX triplet: 6F, 34 and 65. RGB value is (111,52,101). Sum of RGB (Red+Green+Blue) = 111+52+101=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3465 is #90CB9A. Grayscale: #4B4B4B. Windows color (decimal): -9489307 or 6632559. OLE color: 6632559.
HSL color Cylindrical-coordinate representation of color #6F3465: hue angle of 310.17º 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 #6F3465 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 101 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.56 |
| HSL | 310.17º | 0.36% | 0.32% | - |
| HSV(B) | 310.17º | 0.53% | 0.44% | - |
| XYZ | 10.13 | 6.78 | 13.09 | - |
| YUV | 75.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 101 | 0 | 0.53 | 0.09 | 0.56 | 310.17 | 0.36 | 0.32 |
| Hex | 6F | 34 | 65 | 0 | 35 | 9 | 38 | 136 | 24 | 20 |
| Octal | 157 | 64 | 145 | 0 | 65 | 11 | 70 | 466 | 44 | 40 |
| Binary | 1101111 | 110100 | 1100101 | 0 | 110101 | 1001 | 111000 | 100110110 | 100100 | 100000 |
Color Harmonies of #6F3465
Complementary color
Monochromatic Colors of #6F3465
Black with #6F3465
Text Example
Text Example
White with #6F3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3465; }
p { color: rgb(111,52,101); }
H1.HeaderClassName
{
color: #6F3465;
}
.AnyTagClassName
{
color: #6F3465;
}
</style>
background-color css
<style>
a { background-color: #6F3465; }
a { background-color: rgb(111,52,101); }
div.DivClassName
{
background-color: #6F3465;
}
.BgClassName
{
background-color: #6F3465;
}
</style>
border-color css
<style>
span { border-color: #6F3465; }
span { border-color: rgb(111,52,101); }
td.TdClassName
{
border-color: #6F3465;
}
.TagClassName
{
border-color: #6F3465;
}
</style>