Shades of Palatinate Purple #6B3C62
Tints of Palatinate Purple #6B3C62
RGB
CMYK
RGB Variations
Color information
#6B3C62 (or 0x6B3C62) is known color: Palatinate Purple. HEX triplet: 6B, 3C and 62. RGB value is (107,60,98). Sum of RGB (Red+Green+Blue) = 107+60+98=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3C62 is #94C39D. Grayscale: #4E4E4E. Windows color (decimal): -9749406 or 6437995. OLE color: 6437995.
HSL color Cylindrical-coordinate representation of color #6B3C62: hue angle of 311.49º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B3C62 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 60 | 98 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.58 |
| HSL | 311.49º | 0.28% | 0.33% | - |
| HSV(B) | 311.49º | 0.44% | 0.42% | - |
| XYZ | 9.88 | 7.24 | 12.43 | - |
| YUV | 78.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 60 | 98 | 0 | 0.44 | 0.08 | 0.58 | 311.49 | 0.28 | 0.33 |
| Hex | 6B | 3C | 62 | 0 | 2C | 8 | 3A | 137 | 1C | 21 |
| Octal | 153 | 74 | 142 | 0 | 54 | 10 | 72 | 467 | 34 | 41 |
| Binary | 1101011 | 111100 | 1100010 | 0 | 101100 | 1000 | 111010 | 100110111 | 11100 | 100001 |
Color Harmonies of #6B3C62
Complementary color
Monochromatic Colors of #6B3C62
Black with #6B3C62
Text Example
Text Example
White with #6B3C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3C62; }
p { color: rgb(107,60,98); }
H1.HeaderClassName
{
color: #6B3C62;
}
.AnyTagClassName
{
color: #6B3C62;
}
</style>
background-color css
<style>
a { background-color: #6B3C62; }
a { background-color: rgb(107,60,98); }
div.DivClassName
{
background-color: #6B3C62;
}
.BgClassName
{
background-color: #6B3C62;
}
</style>
border-color css
<style>
span { border-color: #6B3C62; }
span { border-color: rgb(107,60,98); }
td.TdClassName
{
border-color: #6B3C62;
}
.TagClassName
{
border-color: #6B3C62;
}
</style>