Shades of Palatinate Purple #6C195C
Tints of Palatinate Purple #6C195C
RGB
CMYK
RGB Variations
Color information
#6C195C (or 0x6C195C) is known color: Palatinate Purple. HEX triplet: 6C, 19 and 5C. RGB value is (108,25,92). Sum of RGB (Red+Green+Blue) = 108+25+92=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 108 - color contains mainly: red. Hex color #6C195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C195C is #93E6A3. Grayscale: #393939. Windows color (decimal): -9692836 or 6035820. OLE color: 6035820.
HSL color Cylindrical-coordinate representation of color #6C195C: hue angle of 311.57º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C195C is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 25 | 92 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.58 |
| HSL | 311.57º | 0.62% | 0.26% | - |
| HSV(B) | 311.57º | 0.77% | 0.42% | - |
| XYZ | 8.46 | 4.66 | 10.58 | - |
| YUV | 57.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 25 | 92 | 0 | 0.77 | 0.15 | 0.58 | 311.57 | 0.62 | 0.26 |
| Hex | 6C | 19 | 5C | 0 | 4D | F | 3A | 138 | 3E | 1A |
| Octal | 154 | 31 | 134 | 0 | 115 | 17 | 72 | 470 | 76 | 32 |
| Binary | 1101100 | 11001 | 1011100 | 0 | 1001101 | 1111 | 111010 | 100111000 | 111110 | 11010 |
Color Harmonies of #6C195C
Complementary color
Monochromatic Colors of #6C195C
Black with #6C195C
Text Example
Text Example
White with #6C195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C195C; }
p { color: rgb(108,25,92); }
H1.HeaderClassName
{
color: #6C195C;
}
.AnyTagClassName
{
color: #6C195C;
}
</style>
background-color css
<style>
a { background-color: #6C195C; }
a { background-color: rgb(108,25,92); }
div.DivClassName
{
background-color: #6C195C;
}
.BgClassName
{
background-color: #6C195C;
}
</style>
border-color css
<style>
span { border-color: #6C195C; }
span { border-color: rgb(108,25,92); }
td.TdClassName
{
border-color: #6C195C;
}
.TagClassName
{
border-color: #6C195C;
}
</style>