Shades of Palatinate Purple #6E0C67
Tints of Palatinate Purple #6E0C67
RGB
CMYK
RGB Variations
Color information
#6E0C67 (or 0x6E0C67) is known color: Palatinate Purple. HEX triplet: 6E, 0C and 67. RGB value is (110,12,103). Sum of RGB (Red+Green+Blue) = 110+12+103=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0C67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0C67 is #91F398. Grayscale: #333333. Windows color (decimal): -9565081 or 6753390. OLE color: 6753390.
HSL color Cylindrical-coordinate representation of color #6E0C67: hue angle of 304.29º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E0C67 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 12 | 103 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.57 |
| HSL | 304.29º | 0.8% | 0.24% | - |
| HSV(B) | 304.29º | 0.89% | 0.43% | - |
| XYZ | 9.01 | 4.56 | 13.24 | - |
| YUV | 51.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 12 | 103 | 0 | 0.89 | 0.06 | 0.57 | 304.29 | 0.8 | 0.24 |
| Hex | 6E | C | 67 | 0 | 59 | 6 | 39 | 130 | 50 | 18 |
| Octal | 156 | 14 | 147 | 0 | 131 | 6 | 71 | 460 | 120 | 30 |
| Binary | 1101110 | 1100 | 1100111 | 0 | 1011001 | 110 | 111001 | 100110000 | 1010000 | 11000 |
Color Harmonies of #6E0C67
Complementary color
Monochromatic Colors of #6E0C67
Black with #6E0C67
Text Example
Text Example
White with #6E0C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0C67; }
p { color: rgb(110,12,103); }
H1.HeaderClassName
{
color: #6E0C67;
}
.AnyTagClassName
{
color: #6E0C67;
}
</style>
background-color css
<style>
a { background-color: #6E0C67; }
a { background-color: rgb(110,12,103); }
div.DivClassName
{
background-color: #6E0C67;
}
.BgClassName
{
background-color: #6E0C67;
}
</style>
border-color css
<style>
span { border-color: #6E0C67; }
span { border-color: rgb(110,12,103); }
td.TdClassName
{
border-color: #6E0C67;
}
.TagClassName
{
border-color: #6E0C67;
}
</style>