Shades of Palatinate Purple #6C205C
Tints of Palatinate Purple #6C205C
RGB
CMYK
RGB Variations
Color information
#6C205C (or 0x6C205C) is known color: Palatinate Purple. HEX triplet: 6C, 20 and 5C. RGB value is (108,32,92). Sum of RGB (Red+Green+Blue) = 108+32+92=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C205C is #93DFA3. Grayscale: #3D3D3D. Windows color (decimal): -9691044 or 6037612. OLE color: 6037612.
HSL color Cylindrical-coordinate representation of color #6C205C: hue angle of 312.63º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C205C is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 32 | 92 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.58 |
| HSL | 312.63º | 0.54% | 0.27% | - |
| HSV(B) | 312.63º | 0.7% | 0.42% | - |
| XYZ | 8.63 | 4.99 | 10.63 | - |
| YUV | 61.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 92 | 0 | 0.70 | 0.15 | 0.58 | 312.63 | 0.54 | 0.27 |
| Hex | 6C | 20 | 5C | 0 | 46 | F | 3A | 139 | 36 | 1B |
| Octal | 154 | 40 | 134 | 0 | 106 | 17 | 72 | 471 | 66 | 33 |
| Binary | 1101100 | 100000 | 1011100 | 0 | 1000110 | 1111 | 111010 | 100111001 | 110110 | 11011 |
Color Harmonies of #6C205C
Complementary color
Monochromatic Colors of #6C205C
Black with #6C205C
Text Example
Text Example
White with #6C205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C205C; }
p { color: rgb(108,32,92); }
H1.HeaderClassName
{
color: #6C205C;
}
.AnyTagClassName
{
color: #6C205C;
}
</style>
background-color css
<style>
a { background-color: #6C205C; }
a { background-color: rgb(108,32,92); }
div.DivClassName
{
background-color: #6C205C;
}
.BgClassName
{
background-color: #6C205C;
}
</style>
border-color css
<style>
span { border-color: #6C205C; }
span { border-color: rgb(108,32,92); }
td.TdClassName
{
border-color: #6C205C;
}
.TagClassName
{
border-color: #6C205C;
}
</style>