Shades of Palatinate Purple #6A3662
Tints of Palatinate Purple #6A3662
RGB
CMYK
RGB Variations
Color information
#6A3662 (or 0x6A3662) is known color: Palatinate Purple. HEX triplet: 6A, 36 and 62. RGB value is (106,54,98). Sum of RGB (Red+Green+Blue) = 106+54+98=258 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.09% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3662 is #95C99D. Grayscale: #4A4A4A. Windows color (decimal): -9816478 or 6436458. OLE color: 6436458.
HSL color Cylindrical-coordinate representation of color #6A3662: hue angle of 309.23º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A3662 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 54 | 98 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.58 |
| HSL | 309.23º | 0.33% | 0.31% | - |
| HSV(B) | 309.23º | 0.49% | 0.42% | - |
| XYZ | 9.47 | 6.58 | 12.33 | - |
| YUV | 74.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 54 | 98 | 0 | 0.49 | 0.08 | 0.58 | 309.23 | 0.33 | 0.31 |
| Hex | 6A | 36 | 62 | 0 | 31 | 8 | 3A | 135 | 20 | 1F |
| Octal | 152 | 66 | 142 | 0 | 61 | 10 | 72 | 465 | 40 | 37 |
| Binary | 1101010 | 110110 | 1100010 | 0 | 110001 | 1000 | 111010 | 100110101 | 100000 | 11111 |
Color Harmonies of #6A3662
Complementary color
Monochromatic Colors of #6A3662
Black with #6A3662
Text Example
Text Example
White with #6A3662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3662; }
p { color: rgb(106,54,98); }
H1.HeaderClassName
{
color: #6A3662;
}
.AnyTagClassName
{
color: #6A3662;
}
</style>
background-color css
<style>
a { background-color: #6A3662; }
a { background-color: rgb(106,54,98); }
div.DivClassName
{
background-color: #6A3662;
}
.BgClassName
{
background-color: #6A3662;
}
</style>
border-color css
<style>
span { border-color: #6A3662; }
span { border-color: rgb(106,54,98); }
td.TdClassName
{
border-color: #6A3662;
}
.TagClassName
{
border-color: #6A3662;
}
</style>