Shades of Palatinate Purple #6B2D5D
Tints of Palatinate Purple #6B2D5D
RGB
CMYK
RGB Variations
Color information
#6B2D5D (or 0x6B2D5D) is known color: Palatinate Purple. HEX triplet: 6B, 2D and 5D. RGB value is (107,45,93). Sum of RGB (Red+Green+Blue) = 107+45+93=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2D5D is #94D2A2. Grayscale: #444444. Windows color (decimal): -9753251 or 6106475. OLE color: 6106475.
HSL color Cylindrical-coordinate representation of color #6B2D5D: hue angle of 313.55º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B2D5D is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 45 | 93 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.58 |
| HSL | 313.55º | 0.41% | 0.3% | - |
| HSV(B) | 313.55º | 0.58% | 0.42% | - |
| XYZ | 8.98 | 5.79 | 11 | - |
| YUV | 69.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 45 | 93 | 0 | 0.58 | 0.13 | 0.58 | 313.55 | 0.41 | 0.3 |
| Hex | 6B | 2D | 5D | 0 | 3A | D | 3A | 13A | 29 | 1E |
| Octal | 153 | 55 | 135 | 0 | 72 | 15 | 72 | 472 | 51 | 36 |
| Binary | 1101011 | 101101 | 1011101 | 0 | 111010 | 1101 | 111010 | 100111010 | 101001 | 11110 |
Color Harmonies of #6B2D5D
Complementary color
Monochromatic Colors of #6B2D5D
Black with #6B2D5D
Text Example
Text Example
White with #6B2D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2D5D; }
p { color: rgb(107,45,93); }
H1.HeaderClassName
{
color: #6B2D5D;
}
.AnyTagClassName
{
color: #6B2D5D;
}
</style>
background-color css
<style>
a { background-color: #6B2D5D; }
a { background-color: rgb(107,45,93); }
div.DivClassName
{
background-color: #6B2D5D;
}
.BgClassName
{
background-color: #6B2D5D;
}
</style>
border-color css
<style>
span { border-color: #6B2D5D; }
span { border-color: rgb(107,45,93); }
td.TdClassName
{
border-color: #6B2D5D;
}
.TagClassName
{
border-color: #6B2D5D;
}
</style>