Shades of Palatinate Purple #6C2A58
Tints of Palatinate Purple #6C2A58
RGB
CMYK
RGB Variations
Color information
#6C2A58 (or 0x6C2A58) is known color: Palatinate Purple. HEX triplet: 6C, 2A and 58. RGB value is (108,42,88). Sum of RGB (Red+Green+Blue) = 108+42+88=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2A58 is #93D5A7. Grayscale: #424242. Windows color (decimal): -9688488 or 5778028. OLE color: 5778028.
HSL color Cylindrical-coordinate representation of color #6C2A58: hue angle of 318.18º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C2A58 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 42 | 88 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.58 |
| HSL | 318.18º | 0.44% | 0.29% | - |
| HSV(B) | 318.18º | 0.61% | 0.42% | - |
| XYZ | 8.77 | 5.55 | 9.84 | - |
| YUV | 66.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 88 | 0 | 0.61 | 0.19 | 0.58 | 318.18 | 0.44 | 0.29 |
| Hex | 6C | 2A | 58 | 0 | 3D | 13 | 3A | 13E | 2C | 1D |
| Octal | 154 | 52 | 130 | 0 | 75 | 23 | 72 | 476 | 54 | 35 |
| Binary | 1101100 | 101010 | 1011000 | 0 | 111101 | 10011 | 111010 | 100111110 | 101100 | 11101 |
Color Harmonies of #6C2A58
Complementary color
Monochromatic Colors of #6C2A58
Black with #6C2A58
Text Example
Text Example
White with #6C2A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A58; }
p { color: rgb(108,42,88); }
H1.HeaderClassName
{
color: #6C2A58;
}
.AnyTagClassName
{
color: #6C2A58;
}
</style>
background-color css
<style>
a { background-color: #6C2A58; }
a { background-color: rgb(108,42,88); }
div.DivClassName
{
background-color: #6C2A58;
}
.BgClassName
{
background-color: #6C2A58;
}
</style>
border-color css
<style>
span { border-color: #6C2A58; }
span { border-color: rgb(108,42,88); }
td.TdClassName
{
border-color: #6C2A58;
}
.TagClassName
{
border-color: #6C2A58;
}
</style>