Shades of Palatinate Purple #6A385B
Tints of Palatinate Purple #6A385B
RGB
CMYK
RGB Variations
Color information
#6A385B (or 0x6A385B) is known color: Palatinate Purple. HEX triplet: 6A, 38 and 5B. RGB value is (106,56,91). Sum of RGB (Red+Green+Blue) = 106+56+91=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 106 - color contains mainly: red. Hex color #6A385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A385B is #95C7A4. Grayscale: #4A4A4A. Windows color (decimal): -9815973 or 5978218. OLE color: 5978218.
HSL color Cylindrical-coordinate representation of color #6A385B: hue angle of 318º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A385B is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 56 | 91 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.58 |
| HSL | 318º | 0.31% | 0.32% | - |
| HSV(B) | 318º | 0.47% | 0.42% | - |
| XYZ | 9.25 | 6.65 | 10.69 | - |
| YUV | 74.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 56 | 91 | 0 | 0.47 | 0.14 | 0.58 | 318 | 0.31 | 0.32 |
| Hex | 6A | 38 | 5B | 0 | 2F | E | 3A | 13E | 1F | 20 |
| Octal | 152 | 70 | 133 | 0 | 57 | 16 | 72 | 476 | 37 | 40 |
| Binary | 1101010 | 111000 | 1011011 | 0 | 101111 | 1110 | 111010 | 100111110 | 11111 | 100000 |
Color Harmonies of #6A385B
Complementary color
Monochromatic Colors of #6A385B
Black with #6A385B
Text Example
Text Example
White with #6A385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A385B; }
p { color: rgb(106,56,91); }
H1.HeaderClassName
{
color: #6A385B;
}
.AnyTagClassName
{
color: #6A385B;
}
</style>
background-color css
<style>
a { background-color: #6A385B; }
a { background-color: rgb(106,56,91); }
div.DivClassName
{
background-color: #6A385B;
}
.BgClassName
{
background-color: #6A385B;
}
</style>
border-color css
<style>
span { border-color: #6A385B; }
span { border-color: rgb(106,56,91); }
td.TdClassName
{
border-color: #6A385B;
}
.TagClassName
{
border-color: #6A385B;
}
</style>