Shades of Palatinate Purple #6B345C
Tints of Palatinate Purple #6B345C
RGB
CMYK
RGB Variations
Color information
#6B345C (or 0x6B345C) is known color: Palatinate Purple. HEX triplet: 6B, 34 and 5C. RGB value is (107,52,92). Sum of RGB (Red+Green+Blue) = 107+52+92=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 107 - color contains mainly: red. Hex color #6B345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B345C is #94CBA3. Grayscale: #484848. Windows color (decimal): -9751460 or 6042731. OLE color: 6042731.
HSL color Cylindrical-coordinate representation of color #6B345C: hue angle of 316.36º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B345C is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 52 | 92 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.58 |
| HSL | 316.36º | 0.35% | 0.31% | - |
| HSV(B) | 316.36º | 0.51% | 0.42% | - |
| XYZ | 9.22 | 6.35 | 10.87 | - |
| YUV | 73.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 92 | 0 | 0.51 | 0.14 | 0.58 | 316.36 | 0.35 | 0.31 |
| Hex | 6B | 34 | 5C | 0 | 33 | E | 3A | 13C | 23 | 1F |
| Octal | 153 | 64 | 134 | 0 | 63 | 16 | 72 | 474 | 43 | 37 |
| Binary | 1101011 | 110100 | 1011100 | 0 | 110011 | 1110 | 111010 | 100111100 | 100011 | 11111 |
Color Harmonies of #6B345C
Complementary color
Monochromatic Colors of #6B345C
Black with #6B345C
Text Example
Text Example
White with #6B345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B345C; }
p { color: rgb(107,52,92); }
H1.HeaderClassName
{
color: #6B345C;
}
.AnyTagClassName
{
color: #6B345C;
}
</style>
background-color css
<style>
a { background-color: #6B345C; }
a { background-color: rgb(107,52,92); }
div.DivClassName
{
background-color: #6B345C;
}
.BgClassName
{
background-color: #6B345C;
}
</style>
border-color css
<style>
span { border-color: #6B345C; }
span { border-color: rgb(107,52,92); }
td.TdClassName
{
border-color: #6B345C;
}
.TagClassName
{
border-color: #6B345C;
}
</style>