Shades of Palatinate Purple #6B2E5D
Tints of Palatinate Purple #6B2E5D
RGB
CMYK
RGB Variations
Color information
#6B2E5D (or 0x6B2E5D) is known color: Palatinate Purple. HEX triplet: 6B, 2E and 5D. RGB value is (107,46,93). Sum of RGB (Red+Green+Blue) = 107+46+93=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2E5D is #94D1A2. Grayscale: #454545. Windows color (decimal): -9752995 or 6106731. OLE color: 6106731.
HSL color Cylindrical-coordinate representation of color #6B2E5D: hue angle of 313.77º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B2E5D is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 46 | 93 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.58 |
| HSL | 313.77º | 0.4% | 0.3% | - |
| HSV(B) | 313.77º | 0.57% | 0.42% | - |
| XYZ | 9.02 | 5.87 | 11.01 | - |
| YUV | 69.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 46 | 93 | 0 | 0.57 | 0.13 | 0.58 | 313.77 | 0.4 | 0.3 |
| Hex | 6B | 2E | 5D | 0 | 39 | D | 3A | 13A | 28 | 1E |
| Octal | 153 | 56 | 135 | 0 | 71 | 15 | 72 | 472 | 50 | 36 |
| Binary | 1101011 | 101110 | 1011101 | 0 | 111001 | 1101 | 111010 | 100111010 | 101000 | 11110 |
Color Harmonies of #6B2E5D
Complementary color
Monochromatic Colors of #6B2E5D
Black with #6B2E5D
Text Example
Text Example
White with #6B2E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2E5D; }
p { color: rgb(107,46,93); }
H1.HeaderClassName
{
color: #6B2E5D;
}
.AnyTagClassName
{
color: #6B2E5D;
}
</style>
background-color css
<style>
a { background-color: #6B2E5D; }
a { background-color: rgb(107,46,93); }
div.DivClassName
{
background-color: #6B2E5D;
}
.BgClassName
{
background-color: #6B2E5D;
}
</style>
border-color css
<style>
span { border-color: #6B2E5D; }
span { border-color: rgb(107,46,93); }
td.TdClassName
{
border-color: #6B2E5D;
}
.TagClassName
{
border-color: #6B2E5D;
}
</style>