Shades of Palatinate Purple #6B355C
Tints of Palatinate Purple #6B355C
RGB
CMYK
RGB Variations
Color information
#6B355C (or 0x6B355C) is known color: Palatinate Purple. HEX triplet: 6B, 35 and 5C. RGB value is (107,53,92). Sum of RGB (Red+Green+Blue) = 107+53+92=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B355C is #94CAA3. Grayscale: #494949. Windows color (decimal): -9751204 or 6042987. OLE color: 6042987.
HSL color Cylindrical-coordinate representation of color #6B355C: hue angle of 316.67º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B355C is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 53 | 92 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.58 |
| HSL | 316.67º | 0.34% | 0.31% | - |
| HSV(B) | 316.67º | 0.5% | 0.42% | - |
| XYZ | 9.27 | 6.44 | 10.88 | - |
| YUV | 73.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 92 | 0 | 0.50 | 0.14 | 0.58 | 316.67 | 0.34 | 0.31 |
| Hex | 6B | 35 | 5C | 0 | 32 | E | 3A | 13D | 22 | 1F |
| Octal | 153 | 65 | 134 | 0 | 62 | 16 | 72 | 475 | 42 | 37 |
| Binary | 1101011 | 110101 | 1011100 | 0 | 110010 | 1110 | 111010 | 100111101 | 100010 | 11111 |
Color Harmonies of #6B355C
Complementary color
Monochromatic Colors of #6B355C
Black with #6B355C
Text Example
Text Example
White with #6B355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B355C; }
p { color: rgb(107,53,92); }
H1.HeaderClassName
{
color: #6B355C;
}
.AnyTagClassName
{
color: #6B355C;
}
</style>
background-color css
<style>
a { background-color: #6B355C; }
a { background-color: rgb(107,53,92); }
div.DivClassName
{
background-color: #6B355C;
}
.BgClassName
{
background-color: #6B355C;
}
</style>
border-color css
<style>
span { border-color: #6B355C; }
span { border-color: rgb(107,53,92); }
td.TdClassName
{
border-color: #6B355C;
}
.TagClassName
{
border-color: #6B355C;
}
</style>