Shades of Palatinate Purple #6D256A
Tints of Palatinate Purple #6D256A
RGB
CMYK
RGB Variations
Color information
#6D256A (or 0x6D256A) is known color: Palatinate Purple. HEX triplet: 6D, 25 and 6A. RGB value is (109,37,106). Sum of RGB (Red+Green+Blue) = 109+37+106=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D256A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D256A is #92DA95. Grayscale: #424242. Windows color (decimal): -9624214 or 6956397. OLE color: 6956397.
HSL color Cylindrical-coordinate representation of color #6D256A: hue angle of 302.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D256A is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 37 | 106 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.57 |
| HSL | 302.5º | 0.49% | 0.29% | - |
| HSV(B) | 302.5º | 0.66% | 0.43% | - |
| XYZ | 9.57 | 5.61 | 14.22 | - |
| YUV | 66.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 106 | 0 | 0.66 | 0.03 | 0.57 | 302.5 | 0.49 | 0.29 |
| Hex | 6D | 25 | 6A | 0 | 42 | 3 | 39 | 12E | 31 | 1D |
| Octal | 155 | 45 | 152 | 0 | 102 | 3 | 71 | 456 | 61 | 35 |
| Binary | 1101101 | 100101 | 1101010 | 0 | 1000010 | 11 | 111001 | 100101110 | 110001 | 11101 |
Color Harmonies of #6D256A
Complementary color
Monochromatic Colors of #6D256A
Black with #6D256A
Text Example
Text Example
White with #6D256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D256A; }
p { color: rgb(109,37,106); }
H1.HeaderClassName
{
color: #6D256A;
}
.AnyTagClassName
{
color: #6D256A;
}
</style>
background-color css
<style>
a { background-color: #6D256A; }
a { background-color: rgb(109,37,106); }
div.DivClassName
{
background-color: #6D256A;
}
.BgClassName
{
background-color: #6D256A;
}
</style>
border-color css
<style>
span { border-color: #6D256A; }
span { border-color: rgb(109,37,106); }
td.TdClassName
{
border-color: #6D256A;
}
.TagClassName
{
border-color: #6D256A;
}
</style>