Shades of Palatinate Purple #6E385C
Tints of Palatinate Purple #6E385C
RGB
CMYK
RGB Variations
Color information
#6E385C (or 0x6E385C) is known color: Palatinate Purple. HEX triplet: 6E, 38 and 5C. RGB value is (110,56,92). Sum of RGB (Red+Green+Blue) = 110+56+92=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 110 - color contains mainly: red. Hex color #6E385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E385C is #91C7A3. Grayscale: #4C4C4C. Windows color (decimal): -9553828 or 6043758. OLE color: 6043758.
HSL color Cylindrical-coordinate representation of color #6E385C: hue angle of 320º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E385C is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 56 | 92 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.57 |
| HSL | 320º | 0.33% | 0.33% | - |
| HSV(B) | 320º | 0.49% | 0.43% | - |
| XYZ | 9.78 | 6.92 | 10.94 | - |
| YUV | 76.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 92 | 0 | 0.49 | 0.16 | 0.57 | 320 | 0.33 | 0.33 |
| Hex | 6E | 38 | 5C | 0 | 31 | 10 | 39 | 140 | 21 | 21 |
| Octal | 156 | 70 | 134 | 0 | 61 | 20 | 71 | 500 | 41 | 41 |
| Binary | 1101110 | 111000 | 1011100 | 0 | 110001 | 10000 | 111001 | 101000000 | 100001 | 100001 |
Color Harmonies of #6E385C
Complementary color
Monochromatic Colors of #6E385C
Black with #6E385C
Text Example
Text Example
White with #6E385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E385C; }
p { color: rgb(110,56,92); }
H1.HeaderClassName
{
color: #6E385C;
}
.AnyTagClassName
{
color: #6E385C;
}
</style>
background-color css
<style>
a { background-color: #6E385C; }
a { background-color: rgb(110,56,92); }
div.DivClassName
{
background-color: #6E385C;
}
.BgClassName
{
background-color: #6E385C;
}
</style>
border-color css
<style>
span { border-color: #6E385C; }
span { border-color: rgb(110,56,92); }
td.TdClassName
{
border-color: #6E385C;
}
.TagClassName
{
border-color: #6E385C;
}
</style>