Shades of Palatinate Purple #6B2962
Tints of Palatinate Purple #6B2962
RGB
CMYK
RGB Variations
Color information
#6B2962 (or 0x6B2962) is known color: Palatinate Purple. HEX triplet: 6B, 29 and 62. RGB value is (107,41,98). Sum of RGB (Red+Green+Blue) = 107+41+98=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2962 is #94D69D. Grayscale: #434343. Windows color (decimal): -9754270 or 6433131. OLE color: 6433131.
HSL color Cylindrical-coordinate representation of color #6B2962: hue angle of 308.18º 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 #6B2962 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 41 | 98 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.58 |
| HSL | 308.18º | 0.45% | 0.29% | - |
| HSV(B) | 308.18º | 0.62% | 0.42% | - |
| XYZ | 9.06 | 5.59 | 12.16 | - |
| YUV | 67.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 98 | 0 | 0.62 | 0.08 | 0.58 | 308.18 | 0.45 | 0.29 |
| Hex | 6B | 29 | 62 | 0 | 3E | 8 | 3A | 134 | 2D | 1D |
| Octal | 153 | 51 | 142 | 0 | 76 | 10 | 72 | 464 | 55 | 35 |
| Binary | 1101011 | 101001 | 1100010 | 0 | 111110 | 1000 | 111010 | 100110100 | 101101 | 11101 |
Color Harmonies of #6B2962
Complementary color
Monochromatic Colors of #6B2962
Black with #6B2962
Text Example
Text Example
White with #6B2962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2962; }
p { color: rgb(107,41,98); }
H1.HeaderClassName
{
color: #6B2962;
}
.AnyTagClassName
{
color: #6B2962;
}
</style>
background-color css
<style>
a { background-color: #6B2962; }
a { background-color: rgb(107,41,98); }
div.DivClassName
{
background-color: #6B2962;
}
.BgClassName
{
background-color: #6B2962;
}
</style>
border-color css
<style>
span { border-color: #6B2962; }
span { border-color: rgb(107,41,98); }
td.TdClassName
{
border-color: #6B2962;
}
.TagClassName
{
border-color: #6B2962;
}
</style>