Shades of Palatinate Purple #6A005E
Tints of Palatinate Purple #6A005E
RGB
CMYK
RGB Variations
Color information
#6A005E (or 0x6A005E) is known color: Palatinate Purple. HEX triplet: 6A, 00 and 5E. RGB value is (106,0,94). Sum of RGB (Red+Green+Blue) = 106+0+94=200 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 106 - color contains mainly: red. Hex color #6A005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A005E is #95FFA1. Grayscale: #2A2A2A. Windows color (decimal): -9830306 or 6160490. OLE color: 6160490.
HSL color Cylindrical-coordinate representation of color #6A005E: hue angle of 306.79º 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 #6A005E is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.11 | 0.58 |
| HSL | 306.79º | 1% | 0.21% | - |
| HSV(B) | 306.79º | 1% | 0.42% | - |
| XYZ | 7.96 | 3.87 | 10.92 | - |
| YUV | 42.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 94 | 0 | 1 | 0.11 | 0.58 | 306.79 | 1 | 0.21 |
| Hex | 6A | 0 | 5E | 0 | 64 | B | 3A | 133 | 64 | 15 |
| Octal | 152 | 0 | 136 | 0 | 144 | 13 | 72 | 463 | 144 | 25 |
| Binary | 1101010 | 0 | 1011110 | 0 | 1100100 | 1011 | 111010 | 100110011 | 1100100 | 10101 |
Color Harmonies of #6A005E
Complementary color
Monochromatic Colors of #6A005E
Black with #6A005E
Text Example
Text Example
White with #6A005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A005E; }
p { color: rgb(106,0,94); }
H1.HeaderClassName
{
color: #6A005E;
}
.AnyTagClassName
{
color: #6A005E;
}
</style>
background-color css
<style>
a { background-color: #6A005E; }
a { background-color: rgb(106,0,94); }
div.DivClassName
{
background-color: #6A005E;
}
.BgClassName
{
background-color: #6A005E;
}
</style>
border-color css
<style>
span { border-color: #6A005E; }
span { border-color: rgb(106,0,94); }
td.TdClassName
{
border-color: #6A005E;
}
.TagClassName
{
border-color: #6A005E;
}
</style>