Shades of Palatinate Purple #6E045C
Tints of Palatinate Purple #6E045C
RGB
CMYK
RGB Variations
Color information
#6E045C (or 0x6E045C) is known color: Palatinate Purple. HEX triplet: 6E, 04 and 5C. RGB value is (110,4,92). Sum of RGB (Red+Green+Blue) = 110+4+92=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E045C is #91FBA3. Grayscale: #2D2D2D. Windows color (decimal): -9567140 or 6030446. OLE color: 6030446.
HSL color Cylindrical-coordinate representation of color #6E045C: hue angle of 310.19º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E045C is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 4 | 92 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.57 |
| HSL | 310.19º | 0.93% | 0.22% | - |
| HSV(B) | 310.19º | 0.96% | 0.43% | - |
| XYZ | 8.41 | 4.17 | 10.49 | - |
| YUV | 45.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 4 | 92 | 0 | 0.96 | 0.16 | 0.57 | 310.19 | 0.93 | 0.22 |
| Hex | 6E | 4 | 5C | 0 | 60 | 10 | 39 | 136 | 5D | 16 |
| Octal | 156 | 4 | 134 | 0 | 140 | 20 | 71 | 466 | 135 | 26 |
| Binary | 1101110 | 100 | 1011100 | 0 | 1100000 | 10000 | 111001 | 100110110 | 1011101 | 10110 |
Color Harmonies of #6E045C
Complementary color
Monochromatic Colors of #6E045C
Black with #6E045C
Text Example
Text Example
White with #6E045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E045C; }
p { color: rgb(110,4,92); }
H1.HeaderClassName
{
color: #6E045C;
}
.AnyTagClassName
{
color: #6E045C;
}
</style>
background-color css
<style>
a { background-color: #6E045C; }
a { background-color: rgb(110,4,92); }
div.DivClassName
{
background-color: #6E045C;
}
.BgClassName
{
background-color: #6E045C;
}
</style>
border-color css
<style>
span { border-color: #6E045C; }
span { border-color: rgb(110,4,92); }
td.TdClassName
{
border-color: #6E045C;
}
.TagClassName
{
border-color: #6E045C;
}
</style>