Shades of Palatinate Purple #6E075D
Tints of Palatinate Purple #6E075D
RGB
CMYK
RGB Variations
Color information
#6E075D (or 0x6E075D) is known color: Palatinate Purple. HEX triplet: 6E, 07 and 5D. RGB value is (110,7,93). Sum of RGB (Red+Green+Blue) = 110+7+93=210 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.38% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 110 - color contains mainly: red. Hex color #6E075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E075D is #91F8A2. Grayscale: #2F2F2F. Windows color (decimal): -9566371 or 6096750. OLE color: 6096750.
HSL color Cylindrical-coordinate representation of color #6E075D: hue angle of 309.9º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E075D is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 7 | 93 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.57 |
| HSL | 309.9º | 0.88% | 0.23% | - |
| HSV(B) | 309.9º | 0.94% | 0.43% | - |
| XYZ | 8.48 | 4.26 | 10.73 | - |
| YUV | 47.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 93 | 0 | 0.94 | 0.15 | 0.57 | 309.9 | 0.88 | 0.23 |
| Hex | 6E | 7 | 5D | 0 | 5E | F | 39 | 136 | 58 | 17 |
| Octal | 156 | 7 | 135 | 0 | 136 | 17 | 71 | 466 | 130 | 27 |
| Binary | 1101110 | 111 | 1011101 | 0 | 1011110 | 1111 | 111001 | 100110110 | 1011000 | 10111 |
Color Harmonies of #6E075D
Complementary color
Monochromatic Colors of #6E075D
Black with #6E075D
Text Example
Text Example
White with #6E075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E075D; }
p { color: rgb(110,7,93); }
H1.HeaderClassName
{
color: #6E075D;
}
.AnyTagClassName
{
color: #6E075D;
}
</style>
background-color css
<style>
a { background-color: #6E075D; }
a { background-color: rgb(110,7,93); }
div.DivClassName
{
background-color: #6E075D;
}
.BgClassName
{
background-color: #6E075D;
}
</style>
border-color css
<style>
span { border-color: #6E075D; }
span { border-color: rgb(110,7,93); }
td.TdClassName
{
border-color: #6E075D;
}
.TagClassName
{
border-color: #6E075D;
}
</style>