Shades of Palatinate Purple #6C165D
Tints of Palatinate Purple #6C165D
RGB
CMYK
RGB Variations
Color information
#6C165D (or 0x6C165D) is known color: Palatinate Purple. HEX triplet: 6C, 16 and 5D. RGB value is (108,22,93). Sum of RGB (Red+Green+Blue) = 108+22+93=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 108 - color contains mainly: red. Hex color #6C165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C165D is #93E9A2. Grayscale: #373737. Windows color (decimal): -9693603 or 6100588. OLE color: 6100588.
HSL color Cylindrical-coordinate representation of color #6C165D: hue angle of 310.47º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C165D is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 22 | 93 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.58 |
| HSL | 310.47º | 0.66% | 0.25% | - |
| HSV(B) | 310.47º | 0.8% | 0.42% | - |
| XYZ | 8.45 | 4.55 | 10.79 | - |
| YUV | 55.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 22 | 93 | 0 | 0.80 | 0.14 | 0.58 | 310.47 | 0.66 | 0.25 |
| Hex | 6C | 16 | 5D | 0 | 50 | E | 3A | 136 | 42 | 19 |
| Octal | 154 | 26 | 135 | 0 | 120 | 16 | 72 | 466 | 102 | 31 |
| Binary | 1101100 | 10110 | 1011101 | 0 | 1010000 | 1110 | 111010 | 100110110 | 1000010 | 11001 |
Color Harmonies of #6C165D
Complementary color
Monochromatic Colors of #6C165D
Black with #6C165D
Text Example
Text Example
White with #6C165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C165D; }
p { color: rgb(108,22,93); }
H1.HeaderClassName
{
color: #6C165D;
}
.AnyTagClassName
{
color: #6C165D;
}
</style>
background-color css
<style>
a { background-color: #6C165D; }
a { background-color: rgb(108,22,93); }
div.DivClassName
{
background-color: #6C165D;
}
.BgClassName
{
background-color: #6C165D;
}
</style>
border-color css
<style>
span { border-color: #6C165D; }
span { border-color: rgb(108,22,93); }
td.TdClassName
{
border-color: #6C165D;
}
.TagClassName
{
border-color: #6C165D;
}
</style>