Shades of Palatinate Purple #6A085C
Tints of Palatinate Purple #6A085C
RGB
CMYK
RGB Variations
Color information
#6A085C (or 0x6A085C) is known color: Palatinate Purple. HEX triplet: 6A, 08 and 5C. RGB value is (106,8,92). Sum of RGB (Red+Green+Blue) = 106+8+92=206 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.46% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 106 - color contains mainly: red. Hex color #6A085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A085C is #95F7A3. Grayscale: #2E2E2E. Windows color (decimal): -9828260 or 6031466. OLE color: 6031466.
HSL color Cylindrical-coordinate representation of color #6A085C: hue angle of 308.57º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A085C is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 8 | 92 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.58 |
| HSL | 308.57º | 0.86% | 0.22% | - |
| HSV(B) | 308.57º | 0.92% | 0.42% | - |
| XYZ | 7.96 | 4.01 | 10.48 | - |
| YUV | 46.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 92 | 0 | 0.92 | 0.13 | 0.58 | 308.57 | 0.86 | 0.22 |
| Hex | 6A | 8 | 5C | 0 | 5C | D | 3A | 135 | 56 | 16 |
| Octal | 152 | 10 | 134 | 0 | 134 | 15 | 72 | 465 | 126 | 26 |
| Binary | 1101010 | 1000 | 1011100 | 0 | 1011100 | 1101 | 111010 | 100110101 | 1010110 | 10110 |
Color Harmonies of #6A085C
Complementary color
Monochromatic Colors of #6A085C
Black with #6A085C
Text Example
Text Example
White with #6A085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A085C; }
p { color: rgb(106,8,92); }
H1.HeaderClassName
{
color: #6A085C;
}
.AnyTagClassName
{
color: #6A085C;
}
</style>
background-color css
<style>
a { background-color: #6A085C; }
a { background-color: rgb(106,8,92); }
div.DivClassName
{
background-color: #6A085C;
}
.BgClassName
{
background-color: #6A085C;
}
</style>
border-color css
<style>
span { border-color: #6A085C; }
span { border-color: rgb(106,8,92); }
td.TdClassName
{
border-color: #6A085C;
}
.TagClassName
{
border-color: #6A085C;
}
</style>