Shades of Palatinate Purple #6B3662
Tints of Palatinate Purple #6B3662
RGB
CMYK
RGB Variations
Color information
#6B3662 (or 0x6B3662) is known color: Palatinate Purple. HEX triplet: 6B, 36 and 62. RGB value is (107,54,98). Sum of RGB (Red+Green+Blue) = 107+54+98=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3662 is #94C99D. Grayscale: #4A4A4A. Windows color (decimal): -9750942 or 6436459. OLE color: 6436459.
HSL color Cylindrical-coordinate representation of color #6B3662: hue angle of 310.19º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B3662 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 54 | 98 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.58 |
| HSL | 310.19º | 0.33% | 0.32% | - |
| HSV(B) | 310.19º | 0.5% | 0.42% | - |
| XYZ | 9.59 | 6.65 | 12.33 | - |
| YUV | 74.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 54 | 98 | 0 | 0.50 | 0.08 | 0.58 | 310.19 | 0.33 | 0.32 |
| Hex | 6B | 36 | 62 | 0 | 32 | 8 | 3A | 136 | 21 | 20 |
| Octal | 153 | 66 | 142 | 0 | 62 | 10 | 72 | 466 | 41 | 40 |
| Binary | 1101011 | 110110 | 1100010 | 0 | 110010 | 1000 | 111010 | 100110110 | 100001 | 100000 |
Color Harmonies of #6B3662
Complementary color
Monochromatic Colors of #6B3662
Black with #6B3662
Text Example
Text Example
White with #6B3662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3662; }
p { color: rgb(107,54,98); }
H1.HeaderClassName
{
color: #6B3662;
}
.AnyTagClassName
{
color: #6B3662;
}
</style>
background-color css
<style>
a { background-color: #6B3662; }
a { background-color: rgb(107,54,98); }
div.DivClassName
{
background-color: #6B3662;
}
.BgClassName
{
background-color: #6B3662;
}
</style>
border-color css
<style>
span { border-color: #6B3662; }
span { border-color: rgb(107,54,98); }
td.TdClassName
{
border-color: #6B3662;
}
.TagClassName
{
border-color: #6B3662;
}
</style>