Shades of Palatinate Purple #6C335D
Tints of Palatinate Purple #6C335D
RGB
CMYK
RGB Variations
Color information
#6C335D (or 0x6C335D) is known color: Palatinate Purple. HEX triplet: 6C, 33 and 5D. RGB value is (108,51,93). Sum of RGB (Red+Green+Blue) = 108+51+93=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 108 - color contains mainly: red. Hex color #6C335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C335D is #93CCA2. Grayscale: #484848. Windows color (decimal): -9686179 or 6108012. OLE color: 6108012.
HSL color Cylindrical-coordinate representation of color #6C335D: hue angle of 315.79º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C335D is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 51 | 93 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.58 |
| HSL | 315.79º | 0.36% | 0.31% | - |
| HSV(B) | 315.79º | 0.53% | 0.42% | - |
| XYZ | 9.34 | 6.35 | 11.09 | - |
| YUV | 72.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 93 | 0 | 0.53 | 0.14 | 0.58 | 315.79 | 0.36 | 0.31 |
| Hex | 6C | 33 | 5D | 0 | 35 | E | 3A | 13C | 24 | 1F |
| Octal | 154 | 63 | 135 | 0 | 65 | 16 | 72 | 474 | 44 | 37 |
| Binary | 1101100 | 110011 | 1011101 | 0 | 110101 | 1110 | 111010 | 100111100 | 100100 | 11111 |
Color Harmonies of #6C335D
Complementary color
Monochromatic Colors of #6C335D
Black with #6C335D
Text Example
Text Example
White with #6C335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C335D; }
p { color: rgb(108,51,93); }
H1.HeaderClassName
{
color: #6C335D;
}
.AnyTagClassName
{
color: #6C335D;
}
</style>
background-color css
<style>
a { background-color: #6C335D; }
a { background-color: rgb(108,51,93); }
div.DivClassName
{
background-color: #6C335D;
}
.BgClassName
{
background-color: #6C335D;
}
</style>
border-color css
<style>
span { border-color: #6C335D; }
span { border-color: rgb(108,51,93); }
td.TdClassName
{
border-color: #6C335D;
}
.TagClassName
{
border-color: #6C335D;
}
</style>