Shades of Palatinate Purple #6C065D
Tints of Palatinate Purple #6C065D
RGB
CMYK
RGB Variations
Color information
#6C065D (or 0x6C065D) is known color: Palatinate Purple. HEX triplet: 6C, 06 and 5D. RGB value is (108,6,93). Sum of RGB (Red+Green+Blue) = 108+6+93=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C065D is #93F9A2. Grayscale: #2E2E2E. Windows color (decimal): -9697699 or 6096492. OLE color: 6096492.
HSL color Cylindrical-coordinate representation of color #6C065D: hue angle of 308.82º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C065D is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 6 | 93 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.58 |
| HSL | 308.82º | 0.89% | 0.22% | - |
| HSV(B) | 308.82º | 0.94% | 0.42% | - |
| XYZ | 8.23 | 4.11 | 10.72 | - |
| YUV | 46.42 | 154.29 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 6 | 93 | 0 | 0.94 | 0.14 | 0.58 | 308.82 | 0.89 | 0.22 |
| Hex | 6C | 6 | 5D | 0 | 5E | E | 3A | 135 | 59 | 16 |
| Octal | 154 | 6 | 135 | 0 | 136 | 16 | 72 | 465 | 131 | 26 |
| Binary | 1101100 | 110 | 1011101 | 0 | 1011110 | 1110 | 111010 | 100110101 | 1011001 | 10110 |
Color Harmonies of #6C065D
Complementary color
Monochromatic Colors of #6C065D
Black with #6C065D
Text Example
Text Example
White with #6C065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C065D; }
p { color: rgb(108,6,93); }
H1.HeaderClassName
{
color: #6C065D;
}
.AnyTagClassName
{
color: #6C065D;
}
</style>
background-color css
<style>
a { background-color: #6C065D; }
a { background-color: rgb(108,6,93); }
div.DivClassName
{
background-color: #6C065D;
}
.BgClassName
{
background-color: #6C065D;
}
</style>
border-color css
<style>
span { border-color: #6C065D; }
span { border-color: rgb(108,6,93); }
td.TdClassName
{
border-color: #6C065D;
}
.TagClassName
{
border-color: #6C065D;
}
</style>