Shades of Palatinate Purple #6C3A5D
Tints of Palatinate Purple #6C3A5D
RGB
CMYK
RGB Variations
Color information
#6C3A5D (or 0x6C3A5D) is known color: Palatinate Purple. HEX triplet: 6C, 3A and 5D. RGB value is (108,58,93). Sum of RGB (Red+Green+Blue) = 108+58+93=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3A5D is #93C5A2. Grayscale: #4C4C4C. Windows color (decimal): -9684387 or 6109804. OLE color: 6109804.
HSL color Cylindrical-coordinate representation of color #6C3A5D: hue angle of 318º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C3A5D is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 58 | 93 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.58 |
| HSL | 318º | 0.3% | 0.33% | - |
| HSV(B) | 318º | 0.46% | 0.42% | - |
| XYZ | 9.67 | 7 | 11.2 | - |
| YUV | 76.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 58 | 93 | 0 | 0.46 | 0.14 | 0.58 | 318 | 0.3 | 0.33 |
| Hex | 6C | 3A | 5D | 0 | 2E | E | 3A | 13E | 1E | 21 |
| Octal | 154 | 72 | 135 | 0 | 56 | 16 | 72 | 476 | 36 | 41 |
| Binary | 1101100 | 111010 | 1011101 | 0 | 101110 | 1110 | 111010 | 100111110 | 11110 | 100001 |
Color Harmonies of #6C3A5D
Complementary color
Monochromatic Colors of #6C3A5D
Black with #6C3A5D
Text Example
Text Example
White with #6C3A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3A5D; }
p { color: rgb(108,58,93); }
H1.HeaderClassName
{
color: #6C3A5D;
}
.AnyTagClassName
{
color: #6C3A5D;
}
</style>
background-color css
<style>
a { background-color: #6C3A5D; }
a { background-color: rgb(108,58,93); }
div.DivClassName
{
background-color: #6C3A5D;
}
.BgClassName
{
background-color: #6C3A5D;
}
</style>
border-color css
<style>
span { border-color: #6C3A5D; }
span { border-color: rgb(108,58,93); }
td.TdClassName
{
border-color: #6C3A5D;
}
.TagClassName
{
border-color: #6C3A5D;
}
</style>