Shades of Palatinate Purple #6C2367
Tints of Palatinate Purple #6C2367
RGB
CMYK
RGB Variations
Color information
#6C2367 (or 0x6C2367) is known color: Palatinate Purple. HEX triplet: 6C, 23 and 67. RGB value is (108,35,103). Sum of RGB (Red+Green+Blue) = 108+35+103=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2367 is #93DC98. Grayscale: #404040. Windows color (decimal): -9690265 or 6759276. OLE color: 6759276.
HSL color Cylindrical-coordinate representation of color #6C2367: hue angle of 304.11º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C2367 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 35 | 103 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.58 |
| HSL | 304.11º | 0.51% | 0.28% | - |
| HSV(B) | 304.11º | 0.68% | 0.42% | - |
| XYZ | 9.23 | 5.37 | 13.38 | - |
| YUV | 64.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 103 | 0 | 0.68 | 0.05 | 0.58 | 304.11 | 0.51 | 0.28 |
| Hex | 6C | 23 | 67 | 0 | 44 | 5 | 3A | 130 | 33 | 1C |
| Octal | 154 | 43 | 147 | 0 | 104 | 5 | 72 | 460 | 63 | 34 |
| Binary | 1101100 | 100011 | 1100111 | 0 | 1000100 | 101 | 111010 | 100110000 | 110011 | 11100 |
Color Harmonies of #6C2367
Complementary color
Monochromatic Colors of #6C2367
Black with #6C2367
Text Example
Text Example
White with #6C2367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2367; }
p { color: rgb(108,35,103); }
H1.HeaderClassName
{
color: #6C2367;
}
.AnyTagClassName
{
color: #6C2367;
}
</style>
background-color css
<style>
a { background-color: #6C2367; }
a { background-color: rgb(108,35,103); }
div.DivClassName
{
background-color: #6C2367;
}
.BgClassName
{
background-color: #6C2367;
}
</style>
border-color css
<style>
span { border-color: #6C2367; }
span { border-color: rgb(108,35,103); }
td.TdClassName
{
border-color: #6C2367;
}
.TagClassName
{
border-color: #6C2367;
}
</style>