Shades of Palatinate Purple #6D1B5A
Tints of Palatinate Purple #6D1B5A
RGB
CMYK
RGB Variations
Color information
#6D1B5A (or 0x6D1B5A) is known color: Palatinate Purple. HEX triplet: 6D, 1B and 5A. RGB value is (109,27,90). Sum of RGB (Red+Green+Blue) = 109+27+90=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1B5A is #92E4A5. Grayscale: #3A3A3A. Windows color (decimal): -9626790 or 5905261. OLE color: 5905261.
HSL color Cylindrical-coordinate representation of color #6D1B5A: hue angle of 313.9º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D1B5A is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 27 | 90 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.57 |
| HSL | 313.9º | 0.6% | 0.27% | - |
| HSV(B) | 313.9º | 0.75% | 0.43% | - |
| XYZ | 8.54 | 4.77 | 10.14 | - |
| YUV | 58.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 90 | 0 | 0.75 | 0.17 | 0.57 | 313.9 | 0.6 | 0.27 |
| Hex | 6D | 1B | 5A | 0 | 4B | 11 | 39 | 13A | 3C | 1B |
| Octal | 155 | 33 | 132 | 0 | 113 | 21 | 71 | 472 | 74 | 33 |
| Binary | 1101101 | 11011 | 1011010 | 0 | 1001011 | 10001 | 111001 | 100111010 | 111100 | 11011 |
Color Harmonies of #6D1B5A
Complementary color
Monochromatic Colors of #6D1B5A
Black with #6D1B5A
Text Example
Text Example
White with #6D1B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1B5A; }
p { color: rgb(109,27,90); }
H1.HeaderClassName
{
color: #6D1B5A;
}
.AnyTagClassName
{
color: #6D1B5A;
}
</style>
background-color css
<style>
a { background-color: #6D1B5A; }
a { background-color: rgb(109,27,90); }
div.DivClassName
{
background-color: #6D1B5A;
}
.BgClassName
{
background-color: #6D1B5A;
}
</style>
border-color css
<style>
span { border-color: #6D1B5A; }
span { border-color: rgb(109,27,90); }
td.TdClassName
{
border-color: #6D1B5A;
}
.TagClassName
{
border-color: #6D1B5A;
}
</style>