Shades of Palatinate Purple #6B2E5C
Tints of Palatinate Purple #6B2E5C
RGB
CMYK
RGB Variations
Color information
#6B2E5C (or 0x6B2E5C) is known color: Palatinate Purple. HEX triplet: 6B, 2E and 5C. RGB value is (107,46,92). Sum of RGB (Red+Green+Blue) = 107+46+92=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2E5C is #94D1A3. Grayscale: #454545. Windows color (decimal): -9752996 or 6041195. OLE color: 6041195.
HSL color Cylindrical-coordinate representation of color #6B2E5C: hue angle of 314.75º 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 #6B2E5C is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 46 | 92 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.58 |
| HSL | 314.75º | 0.4% | 0.3% | - |
| HSV(B) | 314.75º | 0.57% | 0.42% | - |
| XYZ | 8.97 | 5.85 | 10.78 | - |
| YUV | 69.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 46 | 92 | 0 | 0.57 | 0.14 | 0.58 | 314.75 | 0.4 | 0.3 |
| Hex | 6B | 2E | 5C | 0 | 39 | E | 3A | 13B | 28 | 1E |
| Octal | 153 | 56 | 134 | 0 | 71 | 16 | 72 | 473 | 50 | 36 |
| Binary | 1101011 | 101110 | 1011100 | 0 | 111001 | 1110 | 111010 | 100111011 | 101000 | 11110 |
Color Harmonies of #6B2E5C
Complementary color
Monochromatic Colors of #6B2E5C
Black with #6B2E5C
Text Example
Text Example
White with #6B2E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2E5C; }
p { color: rgb(107,46,92); }
H1.HeaderClassName
{
color: #6B2E5C;
}
.AnyTagClassName
{
color: #6B2E5C;
}
</style>
background-color css
<style>
a { background-color: #6B2E5C; }
a { background-color: rgb(107,46,92); }
div.DivClassName
{
background-color: #6B2E5C;
}
.BgClassName
{
background-color: #6B2E5C;
}
</style>
border-color css
<style>
span { border-color: #6B2E5C; }
span { border-color: rgb(107,46,92); }
td.TdClassName
{
border-color: #6B2E5C;
}
.TagClassName
{
border-color: #6B2E5C;
}
</style>