Shades of Palatinate Purple #6C2E67
Tints of Palatinate Purple #6C2E67
RGB
CMYK
RGB Variations
Color information
#6C2E67 (or 0x6C2E67) is known color: Palatinate Purple. HEX triplet: 6C, 2E and 67. RGB value is (108,46,103). Sum of RGB (Red+Green+Blue) = 108+46+103=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2E67 is #93D198. Grayscale: #464646. Windows color (decimal): -9687449 or 6762092. OLE color: 6762092.
HSL color Cylindrical-coordinate representation of color #6C2E67: hue angle of 304.84º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C2E67 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 46 | 103 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.58 |
| HSL | 304.84º | 0.4% | 0.3% | - |
| HSV(B) | 304.84º | 0.57% | 0.42% | - |
| XYZ | 9.61 | 6.12 | 13.51 | - |
| YUV | 71.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 46 | 103 | 0 | 0.57 | 0.05 | 0.58 | 304.84 | 0.4 | 0.3 |
| Hex | 6C | 2E | 67 | 0 | 39 | 5 | 3A | 131 | 28 | 1E |
| Octal | 154 | 56 | 147 | 0 | 71 | 5 | 72 | 461 | 50 | 36 |
| Binary | 1101100 | 101110 | 1100111 | 0 | 111001 | 101 | 111010 | 100110001 | 101000 | 11110 |
Color Harmonies of #6C2E67
Complementary color
Monochromatic Colors of #6C2E67
Black with #6C2E67
Text Example
Text Example
White with #6C2E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2E67; }
p { color: rgb(108,46,103); }
H1.HeaderClassName
{
color: #6C2E67;
}
.AnyTagClassName
{
color: #6C2E67;
}
</style>
background-color css
<style>
a { background-color: #6C2E67; }
a { background-color: rgb(108,46,103); }
div.DivClassName
{
background-color: #6C2E67;
}
.BgClassName
{
background-color: #6C2E67;
}
</style>
border-color css
<style>
span { border-color: #6C2E67; }
span { border-color: rgb(108,46,103); }
td.TdClassName
{
border-color: #6C2E67;
}
.TagClassName
{
border-color: #6C2E67;
}
</style>