Shades of Palatinate Purple #6C0A5D
Tints of Palatinate Purple #6C0A5D
RGB
CMYK
RGB Variations
Color information
#6C0A5D (or 0x6C0A5D) is known color: Palatinate Purple. HEX triplet: 6C, 0A and 5D. RGB value is (108,10,93). Sum of RGB (Red+Green+Blue) = 108+10+93=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0A5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0A5D is #93F5A2. Grayscale: #303030. Windows color (decimal): -9696675 or 6097516. OLE color: 6097516.
HSL color Cylindrical-coordinate representation of color #6C0A5D: hue angle of 309.18º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C0A5D is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 10 | 93 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.58 |
| HSL | 309.18º | 0.83% | 0.23% | - |
| HSV(B) | 309.18º | 0.91% | 0.42% | - |
| XYZ | 8.27 | 4.2 | 10.73 | - |
| YUV | 48.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 10 | 93 | 0 | 0.91 | 0.14 | 0.58 | 309.18 | 0.83 | 0.23 |
| Hex | 6C | A | 5D | 0 | 5B | E | 3A | 135 | 53 | 17 |
| Octal | 154 | 12 | 135 | 0 | 133 | 16 | 72 | 465 | 123 | 27 |
| Binary | 1101100 | 1010 | 1011101 | 0 | 1011011 | 1110 | 111010 | 100110101 | 1010011 | 10111 |
Color Harmonies of #6C0A5D
Complementary color
Monochromatic Colors of #6C0A5D
Black with #6C0A5D
Text Example
Text Example
White with #6C0A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0A5D; }
p { color: rgb(108,10,93); }
H1.HeaderClassName
{
color: #6C0A5D;
}
.AnyTagClassName
{
color: #6C0A5D;
}
</style>
background-color css
<style>
a { background-color: #6C0A5D; }
a { background-color: rgb(108,10,93); }
div.DivClassName
{
background-color: #6C0A5D;
}
.BgClassName
{
background-color: #6C0A5D;
}
</style>
border-color css
<style>
span { border-color: #6C0A5D; }
span { border-color: rgb(108,10,93); }
td.TdClassName
{
border-color: #6C0A5D;
}
.TagClassName
{
border-color: #6C0A5D;
}
</style>