Shades of Palatinate Purple #6A3059
Tints of Palatinate Purple #6A3059
RGB
CMYK
RGB Variations
Color information
#6A3059 (or 0x6A3059) is known color: Palatinate Purple. HEX triplet: 6A, 30 and 59. RGB value is (106,48,89). Sum of RGB (Red+Green+Blue) = 106+48+89=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3059 is #95CFA6. Grayscale: #454545. Windows color (decimal): -9818023 or 5845098. OLE color: 5845098.
HSL color Cylindrical-coordinate representation of color #6A3059: hue angle of 317.59º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A3059 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 48 | 89 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.58 |
| HSL | 317.59º | 0.38% | 0.3% | - |
| HSV(B) | 317.59º | 0.55% | 0.42% | - |
| XYZ | 8.8 | 5.9 | 10.13 | - |
| YUV | 70.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 48 | 89 | 0 | 0.55 | 0.16 | 0.58 | 317.59 | 0.38 | 0.3 |
| Hex | 6A | 30 | 59 | 0 | 37 | 10 | 3A | 13E | 26 | 1E |
| Octal | 152 | 60 | 131 | 0 | 67 | 20 | 72 | 476 | 46 | 36 |
| Binary | 1101010 | 110000 | 1011001 | 0 | 110111 | 10000 | 111010 | 100111110 | 100110 | 11110 |
Color Harmonies of #6A3059
Complementary color
Monochromatic Colors of #6A3059
Black with #6A3059
Text Example
Text Example
White with #6A3059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3059; }
p { color: rgb(106,48,89); }
H1.HeaderClassName
{
color: #6A3059;
}
.AnyTagClassName
{
color: #6A3059;
}
</style>
background-color css
<style>
a { background-color: #6A3059; }
a { background-color: rgb(106,48,89); }
div.DivClassName
{
background-color: #6A3059;
}
.BgClassName
{
background-color: #6A3059;
}
</style>
border-color css
<style>
span { border-color: #6A3059; }
span { border-color: rgb(106,48,89); }
td.TdClassName
{
border-color: #6A3059;
}
.TagClassName
{
border-color: #6A3059;
}
</style>