Shades of Palatinate Purple #6B385E
Tints of Palatinate Purple #6B385E
RGB
CMYK
RGB Variations
Color information
#6B385E (or 0x6B385E) is known color: Palatinate Purple. HEX triplet: 6B, 38 and 5E. RGB value is (107,56,94). Sum of RGB (Red+Green+Blue) = 107+56+94=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 107 - color contains mainly: red. Hex color #6B385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B385E is #94C7A1. Grayscale: #4B4B4B. Windows color (decimal): -9750434 or 6174827. OLE color: 6174827.
HSL color Cylindrical-coordinate representation of color #6B385E: hue angle of 315.29º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B385E is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 56 | 94 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.58 |
| HSL | 315.29º | 0.31% | 0.32% | - |
| HSV(B) | 315.29º | 0.48% | 0.42% | - |
| XYZ | 9.5 | 6.76 | 11.39 | - |
| YUV | 75.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 56 | 94 | 0 | 0.48 | 0.12 | 0.58 | 315.29 | 0.31 | 0.32 |
| Hex | 6B | 38 | 5E | 0 | 30 | C | 3A | 13B | 1F | 20 |
| Octal | 153 | 70 | 136 | 0 | 60 | 14 | 72 | 473 | 37 | 40 |
| Binary | 1101011 | 111000 | 1011110 | 0 | 110000 | 1100 | 111010 | 100111011 | 11111 | 100000 |
Color Harmonies of #6B385E
Complementary color
Monochromatic Colors of #6B385E
Black with #6B385E
Text Example
Text Example
White with #6B385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B385E; }
p { color: rgb(107,56,94); }
H1.HeaderClassName
{
color: #6B385E;
}
.AnyTagClassName
{
color: #6B385E;
}
</style>
background-color css
<style>
a { background-color: #6B385E; }
a { background-color: rgb(107,56,94); }
div.DivClassName
{
background-color: #6B385E;
}
.BgClassName
{
background-color: #6B385E;
}
</style>
border-color css
<style>
span { border-color: #6B385E; }
span { border-color: rgb(107,56,94); }
td.TdClassName
{
border-color: #6B385E;
}
.TagClassName
{
border-color: #6B385E;
}
</style>