Shades of Palatinate Purple #6E325A
Tints of Palatinate Purple #6E325A
RGB
CMYK
RGB Variations
Color information
#6E325A (or 0x6E325A) is known color: Palatinate Purple. HEX triplet: 6E, 32 and 5A. RGB value is (110,50,90). Sum of RGB (Red+Green+Blue) = 110+50+90=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 110 - color contains mainly: red. Hex color #6E325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E325A is #91CDA5. Grayscale: #484848. Windows color (decimal): -9555366 or 5911150. OLE color: 5911150.
HSL color Cylindrical-coordinate representation of color #6E325A: hue angle of 320º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E325A is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 90 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.57 |
| HSL | 320º | 0.38% | 0.31% | - |
| HSV(B) | 320º | 0.55% | 0.43% | - |
| XYZ | 9.42 | 6.33 | 10.4 | - |
| YUV | 72.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 90 | 0 | 0.55 | 0.18 | 0.57 | 320 | 0.38 | 0.31 |
| Hex | 6E | 32 | 5A | 0 | 37 | 12 | 39 | 140 | 26 | 1F |
| Octal | 156 | 62 | 132 | 0 | 67 | 22 | 71 | 500 | 46 | 37 |
| Binary | 1101110 | 110010 | 1011010 | 0 | 110111 | 10010 | 111001 | 101000000 | 100110 | 11111 |
Color Harmonies of #6E325A
Complementary color
Monochromatic Colors of #6E325A
Black with #6E325A
Text Example
Text Example
White with #6E325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E325A; }
p { color: rgb(110,50,90); }
H1.HeaderClassName
{
color: #6E325A;
}
.AnyTagClassName
{
color: #6E325A;
}
</style>
background-color css
<style>
a { background-color: #6E325A; }
a { background-color: rgb(110,50,90); }
div.DivClassName
{
background-color: #6E325A;
}
.BgClassName
{
background-color: #6E325A;
}
</style>
border-color css
<style>
span { border-color: #6E325A; }
span { border-color: rgb(110,50,90); }
td.TdClassName
{
border-color: #6E325A;
}
.TagClassName
{
border-color: #6E325A;
}
</style>