Shades of Palatinate Purple #6C2F5E
Tints of Palatinate Purple #6C2F5E
RGB
CMYK
RGB Variations
Color information
#6C2F5E (or 0x6C2F5E) is known color: Palatinate Purple. HEX triplet: 6C, 2F and 5E. RGB value is (108,47,94). Sum of RGB (Red+Green+Blue) = 108+47+94=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2F5E is #93D0A1. Grayscale: #464646. Windows color (decimal): -9687202 or 6172524. OLE color: 6172524.
HSL color Cylindrical-coordinate representation of color #6C2F5E: hue angle of 313.77º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C2F5E is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 47 | 94 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.58 |
| HSL | 313.77º | 0.39% | 0.3% | - |
| HSV(B) | 313.77º | 0.56% | 0.42% | - |
| XYZ | 9.22 | 6.03 | 11.27 | - |
| YUV | 70.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 47 | 94 | 0 | 0.56 | 0.13 | 0.58 | 313.77 | 0.39 | 0.3 |
| Hex | 6C | 2F | 5E | 0 | 38 | D | 3A | 13A | 27 | 1E |
| Octal | 154 | 57 | 136 | 0 | 70 | 15 | 72 | 472 | 47 | 36 |
| Binary | 1101100 | 101111 | 1011110 | 0 | 111000 | 1101 | 111010 | 100111010 | 100111 | 11110 |
Color Harmonies of #6C2F5E
Complementary color
Monochromatic Colors of #6C2F5E
Black with #6C2F5E
Text Example
Text Example
White with #6C2F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2F5E; }
p { color: rgb(108,47,94); }
H1.HeaderClassName
{
color: #6C2F5E;
}
.AnyTagClassName
{
color: #6C2F5E;
}
</style>
background-color css
<style>
a { background-color: #6C2F5E; }
a { background-color: rgb(108,47,94); }
div.DivClassName
{
background-color: #6C2F5E;
}
.BgClassName
{
background-color: #6C2F5E;
}
</style>
border-color css
<style>
span { border-color: #6C2F5E; }
span { border-color: rgb(108,47,94); }
td.TdClassName
{
border-color: #6C2F5E;
}
.TagClassName
{
border-color: #6C2F5E;
}
</style>