Shades of Palatinate Purple #6E265B
Tints of Palatinate Purple #6E265B
RGB
CMYK
RGB Variations
Color information
#6E265B (or 0x6E265B) is known color: Palatinate Purple. HEX triplet: 6E, 26 and 5B. RGB value is (110,38,91). Sum of RGB (Red+Green+Blue) = 110+38+91=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 110 - color contains mainly: red. Hex color #6E265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E265B is #91D9A4. Grayscale: #414141. Windows color (decimal): -9558437 or 5973614. OLE color: 5973614.
HSL color Cylindrical-coordinate representation of color #6E265B: hue angle of 315.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E265B is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 38 | 91 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.57 |
| HSL | 315.83º | 0.49% | 0.29% | - |
| HSV(B) | 315.83º | 0.65% | 0.43% | - |
| XYZ | 9.01 | 5.46 | 10.48 | - |
| YUV | 65.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 38 | 91 | 0 | 0.65 | 0.17 | 0.57 | 315.83 | 0.49 | 0.29 |
| Hex | 6E | 26 | 5B | 0 | 41 | 11 | 39 | 13C | 31 | 1D |
| Octal | 156 | 46 | 133 | 0 | 101 | 21 | 71 | 474 | 61 | 35 |
| Binary | 1101110 | 100110 | 1011011 | 0 | 1000001 | 10001 | 111001 | 100111100 | 110001 | 11101 |
Color Harmonies of #6E265B
Complementary color
Monochromatic Colors of #6E265B
Black with #6E265B
Text Example
Text Example
White with #6E265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E265B; }
p { color: rgb(110,38,91); }
H1.HeaderClassName
{
color: #6E265B;
}
.AnyTagClassName
{
color: #6E265B;
}
</style>
background-color css
<style>
a { background-color: #6E265B; }
a { background-color: rgb(110,38,91); }
div.DivClassName
{
background-color: #6E265B;
}
.BgClassName
{
background-color: #6E265B;
}
</style>
border-color css
<style>
span { border-color: #6E265B; }
span { border-color: rgb(110,38,91); }
td.TdClassName
{
border-color: #6E265B;
}
.TagClassName
{
border-color: #6E265B;
}
</style>