Shades of Palatinate Purple #6D2264
Tints of Palatinate Purple #6D2264
RGB
CMYK
RGB Variations
Color information
#6D2264 (or 0x6D2264) is known color: Palatinate Purple. HEX triplet: 6D, 22 and 64. RGB value is (109,34,100). Sum of RGB (Red+Green+Blue) = 109+34+100=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2264 is #92DD9B. Grayscale: #3F3F3F. Windows color (decimal): -9624988 or 6562413. OLE color: 6562413.
HSL color Cylindrical-coordinate representation of color #6D2264: hue angle of 307.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D2264 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 34 | 100 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.57 |
| HSL | 307.2º | 0.52% | 0.28% | - |
| HSV(B) | 307.2º | 0.69% | 0.43% | - |
| XYZ | 9.18 | 5.32 | 12.6 | - |
| YUV | 63.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 34 | 100 | 0 | 0.69 | 0.08 | 0.57 | 307.2 | 0.52 | 0.28 |
| Hex | 6D | 22 | 64 | 0 | 45 | 8 | 39 | 133 | 34 | 1C |
| Octal | 155 | 42 | 144 | 0 | 105 | 10 | 71 | 463 | 64 | 34 |
| Binary | 1101101 | 100010 | 1100100 | 0 | 1000101 | 1000 | 111001 | 100110011 | 110100 | 11100 |
Color Harmonies of #6D2264
Complementary color
Monochromatic Colors of #6D2264
Black with #6D2264
Text Example
Text Example
White with #6D2264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2264; }
p { color: rgb(109,34,100); }
H1.HeaderClassName
{
color: #6D2264;
}
.AnyTagClassName
{
color: #6D2264;
}
</style>
background-color css
<style>
a { background-color: #6D2264; }
a { background-color: rgb(109,34,100); }
div.DivClassName
{
background-color: #6D2264;
}
.BgClassName
{
background-color: #6D2264;
}
</style>
border-color css
<style>
span { border-color: #6D2264; }
span { border-color: rgb(109,34,100); }
td.TdClassName
{
border-color: #6D2264;
}
.TagClassName
{
border-color: #6D2264;
}
</style>