Shades of Palatinate Purple #6D2769
Tints of Palatinate Purple #6D2769
RGB
CMYK
RGB Variations
Color information
#6D2769 (or 0x6D2769) is known color: Palatinate Purple. HEX triplet: 6D, 27 and 69. RGB value is (109,39,105). Sum of RGB (Red+Green+Blue) = 109+39+105=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2769 is #92D896. Grayscale: #434343. Windows color (decimal): -9623703 or 6891373. OLE color: 6891373.
HSL color Cylindrical-coordinate representation of color #6D2769: hue angle of 303.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D2769 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 39 | 105 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.57 |
| HSL | 303.43º | 0.47% | 0.29% | - |
| HSV(B) | 303.43º | 0.64% | 0.43% | - |
| XYZ | 9.58 | 5.72 | 13.96 | - |
| YUV | 67.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 105 | 0 | 0.64 | 0.04 | 0.57 | 303.43 | 0.47 | 0.29 |
| Hex | 6D | 27 | 69 | 0 | 40 | 4 | 39 | 12F | 2F | 1D |
| Octal | 155 | 47 | 151 | 0 | 100 | 4 | 71 | 457 | 57 | 35 |
| Binary | 1101101 | 100111 | 1101001 | 0 | 1000000 | 100 | 111001 | 100101111 | 101111 | 11101 |
Color Harmonies of #6D2769
Complementary color
Monochromatic Colors of #6D2769
Black with #6D2769
Text Example
Text Example
White with #6D2769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2769; }
p { color: rgb(109,39,105); }
H1.HeaderClassName
{
color: #6D2769;
}
.AnyTagClassName
{
color: #6D2769;
}
</style>
background-color css
<style>
a { background-color: #6D2769; }
a { background-color: rgb(109,39,105); }
div.DivClassName
{
background-color: #6D2769;
}
.BgClassName
{
background-color: #6D2769;
}
</style>
border-color css
<style>
span { border-color: #6D2769; }
span { border-color: rgb(109,39,105); }
td.TdClassName
{
border-color: #6D2769;
}
.TagClassName
{
border-color: #6D2769;
}
</style>