Shades of Palatinate Purple #6E0F65
Tints of Palatinate Purple #6E0F65
RGB
CMYK
RGB Variations
Color information
#6E0F65 (or 0x6E0F65) is known color: Palatinate Purple. HEX triplet: 6E, 0F and 65. RGB value is (110,15,101). Sum of RGB (Red+Green+Blue) = 110+15+101=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0F65 is #91F09A. Grayscale: #343434. Windows color (decimal): -9564315 or 6623086. OLE color: 6623086.
HSL color Cylindrical-coordinate representation of color #6E0F65: hue angle of 305.68º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E0F65 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 15 | 101 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.57 |
| HSL | 305.68º | 0.76% | 0.25% | - |
| HSV(B) | 305.68º | 0.86% | 0.43% | - |
| XYZ | 8.95 | 4.6 | 12.73 | - |
| YUV | 53.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 15 | 101 | 0 | 0.86 | 0.08 | 0.57 | 305.68 | 0.76 | 0.25 |
| Hex | 6E | F | 65 | 0 | 56 | 8 | 39 | 132 | 4C | 19 |
| Octal | 156 | 17 | 145 | 0 | 126 | 10 | 71 | 462 | 114 | 31 |
| Binary | 1101110 | 1111 | 1100101 | 0 | 1010110 | 1000 | 111001 | 100110010 | 1001100 | 11001 |
Color Harmonies of #6E0F65
Complementary color
Monochromatic Colors of #6E0F65
Black with #6E0F65
Text Example
Text Example
White with #6E0F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0F65; }
p { color: rgb(110,15,101); }
H1.HeaderClassName
{
color: #6E0F65;
}
.AnyTagClassName
{
color: #6E0F65;
}
</style>
background-color css
<style>
a { background-color: #6E0F65; }
a { background-color: rgb(110,15,101); }
div.DivClassName
{
background-color: #6E0F65;
}
.BgClassName
{
background-color: #6E0F65;
}
</style>
border-color css
<style>
span { border-color: #6E0F65; }
span { border-color: rgb(110,15,101); }
td.TdClassName
{
border-color: #6E0F65;
}
.TagClassName
{
border-color: #6E0F65;
}
</style>