Shades of Palatinate Purple #6A355B
Tints of Palatinate Purple #6A355B
RGB
CMYK
RGB Variations
Color information
#6A355B (or 0x6A355B) is known color: Palatinate Purple. HEX triplet: 6A, 35 and 5B. RGB value is (106,53,91). Sum of RGB (Red+Green+Blue) = 106+53+91=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 106 - color contains mainly: red. Hex color #6A355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A355B is #95CAA4. Grayscale: #494949. Windows color (decimal): -9816741 or 5977450. OLE color: 5977450.
HSL color Cylindrical-coordinate representation of color #6A355B: hue angle of 316.98º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A355B is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 53 | 91 | - |
| CMYK | 0 | 0.5 | 0.14 | 0.58 |
| HSL | 316.98º | 0.33% | 0.31% | - |
| HSV(B) | 316.98º | 0.5% | 0.42% | - |
| XYZ | 9.11 | 6.37 | 10.65 | - |
| YUV | 73.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 53 | 91 | 0 | 0.5 | 0.14 | 0.58 | 316.98 | 0.33 | 0.31 |
| Hex | 6A | 35 | 5B | 0 | 32 | E | 3A | 13D | 21 | 1F |
| Octal | 152 | 65 | 133 | 0 | 62 | 16 | 72 | 475 | 41 | 37 |
| Binary | 1101010 | 110101 | 1011011 | 0 | 110010 | 1110 | 111010 | 100111101 | 100001 | 11111 |
Color Harmonies of #6A355B
Complementary color
Monochromatic Colors of #6A355B
Black with #6A355B
Text Example
Text Example
White with #6A355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A355B; }
p { color: rgb(106,53,91); }
H1.HeaderClassName
{
color: #6A355B;
}
.AnyTagClassName
{
color: #6A355B;
}
</style>
background-color css
<style>
a { background-color: #6A355B; }
a { background-color: rgb(106,53,91); }
div.DivClassName
{
background-color: #6A355B;
}
.BgClassName
{
background-color: #6A355B;
}
</style>
border-color css
<style>
span { border-color: #6A355B; }
span { border-color: rgb(106,53,91); }
td.TdClassName
{
border-color: #6A355B;
}
.TagClassName
{
border-color: #6A355B;
}
</style>