Shades of Palatinate Purple #6E045B
Tints of Palatinate Purple #6E045B
RGB
CMYK
RGB Variations
Color information
#6E045B (or 0x6E045B) is known color: Palatinate Purple. HEX triplet: 6E, 04 and 5B. RGB value is (110,4,91). Sum of RGB (Red+Green+Blue) = 110+4+91=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E045B is #91FBA4. Grayscale: #2D2D2D. Windows color (decimal): -9567141 or 5964910. OLE color: 5964910.
HSL color Cylindrical-coordinate representation of color #6E045B: hue angle of 310.75º 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 #6E045B is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 4 | 91 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.57 |
| HSL | 310.75º | 0.93% | 0.22% | - |
| HSV(B) | 310.75º | 0.96% | 0.43% | - |
| XYZ | 8.36 | 4.16 | 10.26 | - |
| YUV | 45.61 | 153.62 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 4 | 91 | 0 | 0.96 | 0.17 | 0.57 | 310.75 | 0.93 | 0.22 |
| Hex | 6E | 4 | 5B | 0 | 60 | 11 | 39 | 137 | 5D | 16 |
| Octal | 156 | 4 | 133 | 0 | 140 | 21 | 71 | 467 | 135 | 26 |
| Binary | 1101110 | 100 | 1011011 | 0 | 1100000 | 10001 | 111001 | 100110111 | 1011101 | 10110 |
Color Harmonies of #6E045B
Complementary color
Monochromatic Colors of #6E045B
Black with #6E045B
Text Example
Text Example
White with #6E045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E045B; }
p { color: rgb(110,4,91); }
H1.HeaderClassName
{
color: #6E045B;
}
.AnyTagClassName
{
color: #6E045B;
}
</style>
background-color css
<style>
a { background-color: #6E045B; }
a { background-color: rgb(110,4,91); }
div.DivClassName
{
background-color: #6E045B;
}
.BgClassName
{
background-color: #6E045B;
}
</style>
border-color css
<style>
span { border-color: #6E045B; }
span { border-color: rgb(110,4,91); }
td.TdClassName
{
border-color: #6E045B;
}
.TagClassName
{
border-color: #6E045B;
}
</style>