Shades of Palatinate Purple #6A345B
Tints of Palatinate Purple #6A345B
RGB
CMYK
RGB Variations
Color information
#6A345B (or 0x6A345B) is known color: Palatinate Purple. HEX triplet: 6A, 34 and 5B. RGB value is (106,52,91). Sum of RGB (Red+Green+Blue) = 106+52+91=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 106 - color contains mainly: red. Hex color #6A345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A345B is #95CBA4. Grayscale: #484848. Windows color (decimal): -9816997 or 5977194. OLE color: 5977194.
HSL color Cylindrical-coordinate representation of color #6A345B: hue angle of 316.67º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A345B is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 52 | 91 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.58 |
| HSL | 316.67º | 0.34% | 0.31% | - |
| HSV(B) | 316.67º | 0.51% | 0.42% | - |
| XYZ | 9.06 | 6.28 | 10.63 | - |
| YUV | 72.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 52 | 91 | 0 | 0.51 | 0.14 | 0.58 | 316.67 | 0.34 | 0.31 |
| Hex | 6A | 34 | 5B | 0 | 33 | E | 3A | 13D | 22 | 1F |
| Octal | 152 | 64 | 133 | 0 | 63 | 16 | 72 | 475 | 42 | 37 |
| Binary | 1101010 | 110100 | 1011011 | 0 | 110011 | 1110 | 111010 | 100111101 | 100010 | 11111 |
Color Harmonies of #6A345B
Complementary color
Monochromatic Colors of #6A345B
Black with #6A345B
Text Example
Text Example
White with #6A345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A345B; }
p { color: rgb(106,52,91); }
H1.HeaderClassName
{
color: #6A345B;
}
.AnyTagClassName
{
color: #6A345B;
}
</style>
background-color css
<style>
a { background-color: #6A345B; }
a { background-color: rgb(106,52,91); }
div.DivClassName
{
background-color: #6A345B;
}
.BgClassName
{
background-color: #6A345B;
}
</style>
border-color css
<style>
span { border-color: #6A345B; }
span { border-color: rgb(106,52,91); }
td.TdClassName
{
border-color: #6A345B;
}
.TagClassName
{
border-color: #6A345B;
}
</style>