Shades of Palatinate Purple #6B2956
Tints of Palatinate Purple #6B2956
RGB
CMYK
RGB Variations
Color information
#6B2956 (or 0x6B2956) is known color: Palatinate Purple. HEX triplet: 6B, 29 and 56. RGB value is (107,41,86). Sum of RGB (Red+Green+Blue) = 107+41+86=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2956 is #94D6A9. Grayscale: #414141. Windows color (decimal): -9754282 or 5646699. OLE color: 5646699.
HSL color Cylindrical-coordinate representation of color #6B2956: hue angle of 319.09º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B2956 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 41 | 86 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.58 |
| HSL | 319.09º | 0.45% | 0.29% | - |
| HSV(B) | 319.09º | 0.62% | 0.42% | - |
| XYZ | 8.54 | 5.38 | 9.39 | - |
| YUV | 65.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 86 | 0 | 0.62 | 0.20 | 0.58 | 319.09 | 0.45 | 0.29 |
| Hex | 6B | 29 | 56 | 0 | 3E | 14 | 3A | 13F | 2D | 1D |
| Octal | 153 | 51 | 126 | 0 | 76 | 24 | 72 | 477 | 55 | 35 |
| Binary | 1101011 | 101001 | 1010110 | 0 | 111110 | 10100 | 111010 | 100111111 | 101101 | 11101 |
Color Harmonies of #6B2956
Complementary color
Monochromatic Colors of #6B2956
Black with #6B2956
Text Example
Text Example
White with #6B2956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2956; }
p { color: rgb(107,41,86); }
H1.HeaderClassName
{
color: #6B2956;
}
.AnyTagClassName
{
color: #6B2956;
}
</style>
background-color css
<style>
a { background-color: #6B2956; }
a { background-color: rgb(107,41,86); }
div.DivClassName
{
background-color: #6B2956;
}
.BgClassName
{
background-color: #6B2956;
}
</style>
border-color css
<style>
span { border-color: #6B2956; }
span { border-color: rgb(107,41,86); }
td.TdClassName
{
border-color: #6B2956;
}
.TagClassName
{
border-color: #6B2956;
}
</style>