Shades of Palatinate Purple #6B355D
Tints of Palatinate Purple #6B355D
RGB
CMYK
RGB Variations
Color information
#6B355D (or 0x6B355D) is known color: Palatinate Purple. HEX triplet: 6B, 35 and 5D. RGB value is (107,53,93). Sum of RGB (Red+Green+Blue) = 107+53+93=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 107 - color contains mainly: red. Hex color #6B355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B355D is #94CAA2. Grayscale: #494949. Windows color (decimal): -9751203 or 6108523. OLE color: 6108523.
HSL color Cylindrical-coordinate representation of color #6B355D: hue angle of 315.56º 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 #6B355D is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 53 | 93 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.58 |
| HSL | 315.56º | 0.34% | 0.31% | - |
| HSV(B) | 315.56º | 0.5% | 0.42% | - |
| XYZ | 9.31 | 6.46 | 11.11 | - |
| YUV | 73.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 93 | 0 | 0.50 | 0.13 | 0.58 | 315.56 | 0.34 | 0.31 |
| Hex | 6B | 35 | 5D | 0 | 32 | D | 3A | 13C | 22 | 1F |
| Octal | 153 | 65 | 135 | 0 | 62 | 15 | 72 | 474 | 42 | 37 |
| Binary | 1101011 | 110101 | 1011101 | 0 | 110010 | 1101 | 111010 | 100111100 | 100010 | 11111 |
Color Harmonies of #6B355D
Complementary color
Monochromatic Colors of #6B355D
Black with #6B355D
Text Example
Text Example
White with #6B355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B355D; }
p { color: rgb(107,53,93); }
H1.HeaderClassName
{
color: #6B355D;
}
.AnyTagClassName
{
color: #6B355D;
}
</style>
background-color css
<style>
a { background-color: #6B355D; }
a { background-color: rgb(107,53,93); }
div.DivClassName
{
background-color: #6B355D;
}
.BgClassName
{
background-color: #6B355D;
}
</style>
border-color css
<style>
span { border-color: #6B355D; }
span { border-color: rgb(107,53,93); }
td.TdClassName
{
border-color: #6B355D;
}
.TagClassName
{
border-color: #6B355D;
}
</style>