Shades of Palatinate Purple #6A3163
Tints of Palatinate Purple #6A3163
RGB
CMYK
RGB Variations
Color information
#6A3163 (or 0x6A3163) is known color: Palatinate Purple. HEX triplet: 6A, 31 and 63. RGB value is (106,49,99). Sum of RGB (Red+Green+Blue) = 106+49+99=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3163 is #95CE9C. Grayscale: #474747. Windows color (decimal): -9817757 or 6500714. OLE color: 6500714.
HSL color Cylindrical-coordinate representation of color #6A3163: hue angle of 307.37º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A3163 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 49 | 99 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.58 |
| HSL | 307.37º | 0.37% | 0.3% | - |
| HSV(B) | 307.37º | 0.54% | 0.42% | - |
| XYZ | 9.29 | 6.16 | 12.5 | - |
| YUV | 71.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 49 | 99 | 0 | 0.54 | 0.07 | 0.58 | 307.37 | 0.37 | 0.3 |
| Hex | 6A | 31 | 63 | 0 | 36 | 7 | 3A | 133 | 25 | 1E |
| Octal | 152 | 61 | 143 | 0 | 66 | 7 | 72 | 463 | 45 | 36 |
| Binary | 1101010 | 110001 | 1100011 | 0 | 110110 | 111 | 111010 | 100110011 | 100101 | 11110 |
Color Harmonies of #6A3163
Complementary color
Monochromatic Colors of #6A3163
Black with #6A3163
Text Example
Text Example
White with #6A3163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3163; }
p { color: rgb(106,49,99); }
H1.HeaderClassName
{
color: #6A3163;
}
.AnyTagClassName
{
color: #6A3163;
}
</style>
background-color css
<style>
a { background-color: #6A3163; }
a { background-color: rgb(106,49,99); }
div.DivClassName
{
background-color: #6A3163;
}
.BgClassName
{
background-color: #6A3163;
}
</style>
border-color css
<style>
span { border-color: #6A3163; }
span { border-color: rgb(106,49,99); }
td.TdClassName
{
border-color: #6A3163;
}
.TagClassName
{
border-color: #6A3163;
}
</style>