Shades of Palatinate Purple #6C2268
Tints of Palatinate Purple #6C2268
RGB
CMYK
RGB Variations
Color information
#6C2268 (or 0x6C2268) is known color: Palatinate Purple. HEX triplet: 6C, 22 and 68. RGB value is (108,34,104). Sum of RGB (Red+Green+Blue) = 108+34+104=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2268 is #93DD97. Grayscale: #3F3F3F. Windows color (decimal): -9690520 or 6824556. OLE color: 6824556.
HSL color Cylindrical-coordinate representation of color #6C2268: hue angle of 303.24º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C2268 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 34 | 104 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.58 |
| HSL | 303.24º | 0.52% | 0.28% | - |
| HSV(B) | 303.24º | 0.69% | 0.42% | - |
| XYZ | 9.26 | 5.33 | 13.64 | - |
| YUV | 64.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 34 | 104 | 0 | 0.69 | 0.04 | 0.58 | 303.24 | 0.52 | 0.28 |
| Hex | 6C | 22 | 68 | 0 | 45 | 4 | 3A | 12F | 34 | 1C |
| Octal | 154 | 42 | 150 | 0 | 105 | 4 | 72 | 457 | 64 | 34 |
| Binary | 1101100 | 100010 | 1101000 | 0 | 1000101 | 100 | 111010 | 100101111 | 110100 | 11100 |
Color Harmonies of #6C2268
Complementary color
Monochromatic Colors of #6C2268
Black with #6C2268
Text Example
Text Example
White with #6C2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2268; }
p { color: rgb(108,34,104); }
H1.HeaderClassName
{
color: #6C2268;
}
.AnyTagClassName
{
color: #6C2268;
}
</style>
background-color css
<style>
a { background-color: #6C2268; }
a { background-color: rgb(108,34,104); }
div.DivClassName
{
background-color: #6C2268;
}
.BgClassName
{
background-color: #6C2268;
}
</style>
border-color css
<style>
span { border-color: #6C2268; }
span { border-color: rgb(108,34,104); }
td.TdClassName
{
border-color: #6C2268;
}
.TagClassName
{
border-color: #6C2268;
}
</style>