Shades of Palatinate Purple #6D035B
Tints of Palatinate Purple #6D035B
RGB
CMYK
RGB Variations
Color information
#6D035B (or 0x6D035B) is known color: Palatinate Purple. HEX triplet: 6D, 03 and 5B. RGB value is (109,3,91). Sum of RGB (Red+Green+Blue) = 109+3+91=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D035B is #92FCA4. Grayscale: #2C2C2C. Windows color (decimal): -9632933 or 5964653. OLE color: 5964653.
HSL color Cylindrical-coordinate representation of color #6D035B: hue angle of 310.19º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D035B is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 91 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.57 |
| HSL | 310.19º | 0.95% | 0.22% | - |
| HSV(B) | 310.19º | 0.97% | 0.43% | - |
| XYZ | 8.23 | 4.07 | 10.25 | - |
| YUV | 44.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 91 | 0 | 0.97 | 0.17 | 0.57 | 310.19 | 0.95 | 0.22 |
| Hex | 6D | 3 | 5B | 0 | 61 | 11 | 39 | 136 | 5F | 16 |
| Octal | 155 | 3 | 133 | 0 | 141 | 21 | 71 | 466 | 137 | 26 |
| Binary | 1101101 | 11 | 1011011 | 0 | 1100001 | 10001 | 111001 | 100110110 | 1011111 | 10110 |
Color Harmonies of #6D035B
Complementary color
Monochromatic Colors of #6D035B
Black with #6D035B
Text Example
Text Example
White with #6D035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D035B; }
p { color: rgb(109,3,91); }
H1.HeaderClassName
{
color: #6D035B;
}
.AnyTagClassName
{
color: #6D035B;
}
</style>
background-color css
<style>
a { background-color: #6D035B; }
a { background-color: rgb(109,3,91); }
div.DivClassName
{
background-color: #6D035B;
}
.BgClassName
{
background-color: #6D035B;
}
</style>
border-color css
<style>
span { border-color: #6D035B; }
span { border-color: rgb(109,3,91); }
td.TdClassName
{
border-color: #6D035B;
}
.TagClassName
{
border-color: #6D035B;
}
</style>