Shades of Palatinate Purple #6B3B61
Tints of Palatinate Purple #6B3B61
RGB
CMYK
RGB Variations
Color information
#6B3B61 (or 0x6B3B61) is known color: Palatinate Purple. HEX triplet: 6B, 3B and 61. RGB value is (107,59,97). Sum of RGB (Red+Green+Blue) = 107+59+97=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3B61 is #94C49E. Grayscale: #4D4D4D. Windows color (decimal): -9749663 or 6372203. OLE color: 6372203.
HSL color Cylindrical-coordinate representation of color #6B3B61: hue angle of 312.5º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B3B61 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 59 | 97 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.58 |
| HSL | 312.5º | 0.29% | 0.33% | - |
| HSV(B) | 312.5º | 0.45% | 0.42% | - |
| XYZ | 9.79 | 7.12 | 12.17 | - |
| YUV | 77.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 59 | 97 | 0 | 0.45 | 0.09 | 0.58 | 312.5 | 0.29 | 0.33 |
| Hex | 6B | 3B | 61 | 0 | 2D | 9 | 3A | 138 | 1D | 21 |
| Octal | 153 | 73 | 141 | 0 | 55 | 11 | 72 | 470 | 35 | 41 |
| Binary | 1101011 | 111011 | 1100001 | 0 | 101101 | 1001 | 111010 | 100111000 | 11101 | 100001 |
Color Harmonies of #6B3B61
Complementary color
Monochromatic Colors of #6B3B61
Black with #6B3B61
Text Example
Text Example
White with #6B3B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3B61; }
p { color: rgb(107,59,97); }
H1.HeaderClassName
{
color: #6B3B61;
}
.AnyTagClassName
{
color: #6B3B61;
}
</style>
background-color css
<style>
a { background-color: #6B3B61; }
a { background-color: rgb(107,59,97); }
div.DivClassName
{
background-color: #6B3B61;
}
.BgClassName
{
background-color: #6B3B61;
}
</style>
border-color css
<style>
span { border-color: #6B3B61; }
span { border-color: rgb(107,59,97); }
td.TdClassName
{
border-color: #6B3B61;
}
.TagClassName
{
border-color: #6B3B61;
}
</style>