Shades of Palatinate Purple #6F0D65
Tints of Palatinate Purple #6F0D65
RGB
CMYK
RGB Variations
Color information
#6F0D65 (or 0x6F0D65) is known color: Palatinate Purple. HEX triplet: 6F, 0D and 65. RGB value is (111,13,101). Sum of RGB (Red+Green+Blue) = 111+13+101=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0D65 is #90F29A. Grayscale: #343434. Windows color (decimal): -9499291 or 6622575. OLE color: 6622575.
HSL color Cylindrical-coordinate representation of color #6F0D65: hue angle of 306.12º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F0D65 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 13 | 101 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.56 |
| HSL | 306.12º | 0.79% | 0.24% | - |
| HSV(B) | 306.12º | 0.88% | 0.44% | - |
| XYZ | 9.05 | 4.61 | 12.72 | - |
| YUV | 52.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 101 | 0 | 0.88 | 0.09 | 0.56 | 306.12 | 0.79 | 0.24 |
| Hex | 6F | D | 65 | 0 | 58 | 9 | 38 | 132 | 4F | 18 |
| Octal | 157 | 15 | 145 | 0 | 130 | 11 | 70 | 462 | 117 | 30 |
| Binary | 1101111 | 1101 | 1100101 | 0 | 1011000 | 1001 | 111000 | 100110010 | 1001111 | 11000 |
Color Harmonies of #6F0D65
Complementary color
Monochromatic Colors of #6F0D65
Black with #6F0D65
Text Example
Text Example
White with #6F0D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0D65; }
p { color: rgb(111,13,101); }
H1.HeaderClassName
{
color: #6F0D65;
}
.AnyTagClassName
{
color: #6F0D65;
}
</style>
background-color css
<style>
a { background-color: #6F0D65; }
a { background-color: rgb(111,13,101); }
div.DivClassName
{
background-color: #6F0D65;
}
.BgClassName
{
background-color: #6F0D65;
}
</style>
border-color css
<style>
span { border-color: #6F0D65; }
span { border-color: rgb(111,13,101); }
td.TdClassName
{
border-color: #6F0D65;
}
.TagClassName
{
border-color: #6F0D65;
}
</style>