Shades of Palatinate Purple #6C005D
Tints of Palatinate Purple #6C005D
RGB
CMYK
RGB Variations
Color information
#6C005D (or 0x6C005D) is known color: Palatinate Purple. HEX triplet: 6C, 00 and 5D. RGB value is (108,0,93). Sum of RGB (Red+Green+Blue) = 108+0+93=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C005D is #93FFA2. Grayscale: #2A2A2A. Windows color (decimal): -9699235 or 6094956. OLE color: 6094956.
HSL color Cylindrical-coordinate representation of color #6C005D: hue angle of 308.33º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C005D is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.14 | 0.58 |
| HSL | 308.33º | 1% | 0.21% | - |
| HSV(B) | 308.33º | 1% | 0.42% | - |
| XYZ | 8.16 | 3.98 | 10.69 | - |
| YUV | 42.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 93 | 0 | 1 | 0.14 | 0.58 | 308.33 | 1 | 0.21 |
| Hex | 6C | 0 | 5D | 0 | 64 | E | 3A | 134 | 64 | 15 |
| Octal | 154 | 0 | 135 | 0 | 144 | 16 | 72 | 464 | 144 | 25 |
| Binary | 1101100 | 0 | 1011101 | 0 | 1100100 | 1110 | 111010 | 100110100 | 1100100 | 10101 |
Color Harmonies of #6C005D
Complementary color
Monochromatic Colors of #6C005D
Black with #6C005D
Text Example
Text Example
White with #6C005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C005D; }
p { color: rgb(108,0,93); }
H1.HeaderClassName
{
color: #6C005D;
}
.AnyTagClassName
{
color: #6C005D;
}
</style>
background-color css
<style>
a { background-color: #6C005D; }
a { background-color: rgb(108,0,93); }
div.DivClassName
{
background-color: #6C005D;
}
.BgClassName
{
background-color: #6C005D;
}
</style>
border-color css
<style>
span { border-color: #6C005D; }
span { border-color: rgb(108,0,93); }
td.TdClassName
{
border-color: #6C005D;
}
.TagClassName
{
border-color: #6C005D;
}
</style>