Shades of Palatinate Purple #6A005C
Tints of Palatinate Purple #6A005C
RGB
CMYK
RGB Variations
Color information
#6A005C (or 0x6A005C) is known color: Palatinate Purple. HEX triplet: 6A, 00 and 5C. RGB value is (106,0,92). Sum of RGB (Red+Green+Blue) = 106+0+92=198 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.54% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 106 - color contains mainly: red. Hex color #6A005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A005C is #95FFA3. Grayscale: #292929. Windows color (decimal): -9830308 or 6029418. OLE color: 6029418.
HSL color Cylindrical-coordinate representation of color #6A005C: hue angle of 307.92º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A005C is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.13 | 0.58 |
| HSL | 307.92º | 1% | 0.21% | - |
| HSV(B) | 307.92º | 1% | 0.42% | - |
| XYZ | 7.88 | 3.84 | 10.45 | - |
| YUV | 42.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 92 | 0 | 1 | 0.13 | 0.58 | 307.92 | 1 | 0.21 |
| Hex | 6A | 0 | 5C | 0 | 64 | D | 3A | 134 | 64 | 15 |
| Octal | 152 | 0 | 134 | 0 | 144 | 15 | 72 | 464 | 144 | 25 |
| Binary | 1101010 | 0 | 1011100 | 0 | 1100100 | 1101 | 111010 | 100110100 | 1100100 | 10101 |
Color Harmonies of #6A005C
Complementary color
Monochromatic Colors of #6A005C
Black with #6A005C
Text Example
Text Example
White with #6A005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A005C; }
p { color: rgb(106,0,92); }
H1.HeaderClassName
{
color: #6A005C;
}
.AnyTagClassName
{
color: #6A005C;
}
</style>
background-color css
<style>
a { background-color: #6A005C; }
a { background-color: rgb(106,0,92); }
div.DivClassName
{
background-color: #6A005C;
}
.BgClassName
{
background-color: #6A005C;
}
</style>
border-color css
<style>
span { border-color: #6A005C; }
span { border-color: rgb(106,0,92); }
td.TdClassName
{
border-color: #6A005C;
}
.TagClassName
{
border-color: #6A005C;
}
</style>