Shades of Palatinate Purple #6D055A
Tints of Palatinate Purple #6D055A
RGB
CMYK
RGB Variations
Color information
#6D055A (or 0x6D055A) is known color: Palatinate Purple. HEX triplet: 6D, 05 and 5A. RGB value is (109,5,90). Sum of RGB (Red+Green+Blue) = 109+5+90=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D055A is #92FAA5. Grayscale: #2D2D2D. Windows color (decimal): -9632422 or 5899629. OLE color: 5899629.
HSL color Cylindrical-coordinate representation of color #6D055A: hue angle of 310.96º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D055A is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 5 | 90 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.57 |
| HSL | 310.96º | 0.91% | 0.22% | - |
| HSV(B) | 310.96º | 0.95% | 0.43% | - |
| XYZ | 8.21 | 4.1 | 10.03 | - |
| YUV | 45.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 90 | 0 | 0.95 | 0.17 | 0.57 | 310.96 | 0.91 | 0.22 |
| Hex | 6D | 5 | 5A | 0 | 5F | 11 | 39 | 137 | 5B | 16 |
| Octal | 155 | 5 | 132 | 0 | 137 | 21 | 71 | 467 | 133 | 26 |
| Binary | 1101101 | 101 | 1011010 | 0 | 1011111 | 10001 | 111001 | 100110111 | 1011011 | 10110 |
Color Harmonies of #6D055A
Complementary color
Monochromatic Colors of #6D055A
Black with #6D055A
Text Example
Text Example
White with #6D055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D055A; }
p { color: rgb(109,5,90); }
H1.HeaderClassName
{
color: #6D055A;
}
.AnyTagClassName
{
color: #6D055A;
}
</style>
background-color css
<style>
a { background-color: #6D055A; }
a { background-color: rgb(109,5,90); }
div.DivClassName
{
background-color: #6D055A;
}
.BgClassName
{
background-color: #6D055A;
}
</style>
border-color css
<style>
span { border-color: #6D055A; }
span { border-color: rgb(109,5,90); }
td.TdClassName
{
border-color: #6D055A;
}
.TagClassName
{
border-color: #6D055A;
}
</style>