Shades of Palatinate Purple #6A3665
Tints of Palatinate Purple #6A3665
RGB
CMYK
RGB Variations
Color information
#6A3665 (or 0x6A3665) is known color: Palatinate Purple. HEX triplet: 6A, 36 and 65. RGB value is (106,54,101). Sum of RGB (Red+Green+Blue) = 106+54+101=261 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.61% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3665 is #95C99A. Grayscale: #4A4A4A. Windows color (decimal): -9816475 or 6633066. OLE color: 6633066.
HSL color Cylindrical-coordinate representation of color #6A3665: hue angle of 305.77º 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 #6A3665 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 54 | 101 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.58 |
| HSL | 305.77º | 0.33% | 0.31% | - |
| HSV(B) | 305.77º | 0.49% | 0.42% | - |
| XYZ | 9.61 | 6.64 | 13.09 | - |
| YUV | 74.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 54 | 101 | 0 | 0.49 | 0.05 | 0.58 | 305.77 | 0.33 | 0.31 |
| Hex | 6A | 36 | 65 | 0 | 31 | 5 | 3A | 132 | 20 | 1F |
| Octal | 152 | 66 | 145 | 0 | 61 | 5 | 72 | 462 | 40 | 37 |
| Binary | 1101010 | 110110 | 1100101 | 0 | 110001 | 101 | 111010 | 100110010 | 100000 | 11111 |
Color Harmonies of #6A3665
Complementary color
Monochromatic Colors of #6A3665
Black with #6A3665
Text Example
Text Example
White with #6A3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3665; }
p { color: rgb(106,54,101); }
H1.HeaderClassName
{
color: #6A3665;
}
.AnyTagClassName
{
color: #6A3665;
}
</style>
background-color css
<style>
a { background-color: #6A3665; }
a { background-color: rgb(106,54,101); }
div.DivClassName
{
background-color: #6A3665;
}
.BgClassName
{
background-color: #6A3665;
}
</style>
border-color css
<style>
span { border-color: #6A3665; }
span { border-color: rgb(106,54,101); }
td.TdClassName
{
border-color: #6A3665;
}
.TagClassName
{
border-color: #6A3665;
}
</style>