Shades of Palatinate Purple #6E1B5F
Tints of Palatinate Purple #6E1B5F
RGB
CMYK
RGB Variations
Color information
#6E1B5F (or 0x6E1B5F) is known color: Palatinate Purple. HEX triplet: 6E, 1B and 5F. RGB value is (110,27,95). Sum of RGB (Red+Green+Blue) = 110+27+95=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1B5F is #91E4A0. Grayscale: #3B3B3B. Windows color (decimal): -9561249 or 6232942. OLE color: 6232942.
HSL color Cylindrical-coordinate representation of color #6E1B5F: hue angle of 310.84º 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 #6E1B5F is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 27 | 95 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.57 |
| HSL | 310.84º | 0.61% | 0.27% | - |
| HSV(B) | 310.84º | 0.75% | 0.43% | - |
| XYZ | 8.89 | 4.93 | 11.31 | - |
| YUV | 59.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 27 | 95 | 0 | 0.75 | 0.14 | 0.57 | 310.84 | 0.61 | 0.27 |
| Hex | 6E | 1B | 5F | 0 | 4B | E | 39 | 137 | 3D | 1B |
| Octal | 156 | 33 | 137 | 0 | 113 | 16 | 71 | 467 | 75 | 33 |
| Binary | 1101110 | 11011 | 1011111 | 0 | 1001011 | 1110 | 111001 | 100110111 | 111101 | 11011 |
Color Harmonies of #6E1B5F
Complementary color
Monochromatic Colors of #6E1B5F
Black with #6E1B5F
Text Example
Text Example
White with #6E1B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1B5F; }
p { color: rgb(110,27,95); }
H1.HeaderClassName
{
color: #6E1B5F;
}
.AnyTagClassName
{
color: #6E1B5F;
}
</style>
background-color css
<style>
a { background-color: #6E1B5F; }
a { background-color: rgb(110,27,95); }
div.DivClassName
{
background-color: #6E1B5F;
}
.BgClassName
{
background-color: #6E1B5F;
}
</style>
border-color css
<style>
span { border-color: #6E1B5F; }
span { border-color: rgb(110,27,95); }
td.TdClassName
{
border-color: #6E1B5F;
}
.TagClassName
{
border-color: #6E1B5F;
}
</style>