Shades of Palatinate Purple #6C235D
Tints of Palatinate Purple #6C235D
RGB
CMYK
RGB Variations
Color information
#6C235D (or 0x6C235D) is known color: Palatinate Purple. HEX triplet: 6C, 23 and 5D. RGB value is (108,35,93). Sum of RGB (Red+Green+Blue) = 108+35+93=236 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.76% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 108 - color contains mainly: red. Hex color #6C235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C235D is #93DCA2. Grayscale: #3F3F3F. Windows color (decimal): -9690275 or 6103916. OLE color: 6103916.
HSL color Cylindrical-coordinate representation of color #6C235D: hue angle of 312.33º 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 #6C235D is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 35 | 93 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.58 |
| HSL | 312.33º | 0.51% | 0.28% | - |
| HSV(B) | 312.33º | 0.68% | 0.42% | - |
| XYZ | 8.76 | 5.18 | 10.89 | - |
| YUV | 63.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 93 | 0 | 0.68 | 0.14 | 0.58 | 312.33 | 0.51 | 0.28 |
| Hex | 6C | 23 | 5D | 0 | 44 | E | 3A | 138 | 33 | 1C |
| Octal | 154 | 43 | 135 | 0 | 104 | 16 | 72 | 470 | 63 | 34 |
| Binary | 1101100 | 100011 | 1011101 | 0 | 1000100 | 1110 | 111010 | 100111000 | 110011 | 11100 |
Color Harmonies of #6C235D
Complementary color
Monochromatic Colors of #6C235D
Black with #6C235D
Text Example
Text Example
White with #6C235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C235D; }
p { color: rgb(108,35,93); }
H1.HeaderClassName
{
color: #6C235D;
}
.AnyTagClassName
{
color: #6C235D;
}
</style>
background-color css
<style>
a { background-color: #6C235D; }
a { background-color: rgb(108,35,93); }
div.DivClassName
{
background-color: #6C235D;
}
.BgClassName
{
background-color: #6C235D;
}
</style>
border-color css
<style>
span { border-color: #6C235D; }
span { border-color: rgb(108,35,93); }
td.TdClassName
{
border-color: #6C235D;
}
.TagClassName
{
border-color: #6C235D;
}
</style>