Shades of Palatinate Purple #6E1B5C
Tints of Palatinate Purple #6E1B5C
RGB
CMYK
RGB Variations
Color information
#6E1B5C (or 0x6E1B5C) is known color: Palatinate Purple. HEX triplet: 6E, 1B and 5C. RGB value is (110,27,92). Sum of RGB (Red+Green+Blue) = 110+27+92=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1B5C is #91E4A3. Grayscale: #3B3B3B. Windows color (decimal): -9561252 or 6036334. OLE color: 6036334.
HSL color Cylindrical-coordinate representation of color #6E1B5C: hue angle of 313.01º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E1B5C is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 27 | 92 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.57 |
| HSL | 313.01º | 0.61% | 0.27% | - |
| HSV(B) | 313.01º | 0.75% | 0.43% | - |
| XYZ | 8.75 | 4.87 | 10.6 | - |
| YUV | 59.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 27 | 92 | 0 | 0.75 | 0.16 | 0.57 | 313.01 | 0.61 | 0.27 |
| Hex | 6E | 1B | 5C | 0 | 4B | 10 | 39 | 139 | 3D | 1B |
| Octal | 156 | 33 | 134 | 0 | 113 | 20 | 71 | 471 | 75 | 33 |
| Binary | 1101110 | 11011 | 1011100 | 0 | 1001011 | 10000 | 111001 | 100111001 | 111101 | 11011 |
Color Harmonies of #6E1B5C
Complementary color
Monochromatic Colors of #6E1B5C
Black with #6E1B5C
Text Example
Text Example
White with #6E1B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1B5C; }
p { color: rgb(110,27,92); }
H1.HeaderClassName
{
color: #6E1B5C;
}
.AnyTagClassName
{
color: #6E1B5C;
}
</style>
background-color css
<style>
a { background-color: #6E1B5C; }
a { background-color: rgb(110,27,92); }
div.DivClassName
{
background-color: #6E1B5C;
}
.BgClassName
{
background-color: #6E1B5C;
}
</style>
border-color css
<style>
span { border-color: #6E1B5C; }
span { border-color: rgb(110,27,92); }
td.TdClassName
{
border-color: #6E1B5C;
}
.TagClassName
{
border-color: #6E1B5C;
}
</style>