Shades of Palatinate Purple #6C045C
Tints of Palatinate Purple #6C045C
RGB
CMYK
RGB Variations
Color information
#6C045C (or 0x6C045C) is known color: Palatinate Purple. HEX triplet: 6C, 04 and 5C. RGB value is (108,4,92). Sum of RGB (Red+Green+Blue) = 108+4+92=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C045C is #93FBA3. Grayscale: #2C2C2C. Windows color (decimal): -9698212 or 6030444. OLE color: 6030444.
HSL color Cylindrical-coordinate representation of color #6C045C: hue angle of 309.23º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C045C is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 4 | 92 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.58 |
| HSL | 309.23º | 0.93% | 0.22% | - |
| HSV(B) | 309.23º | 0.96% | 0.42% | - |
| XYZ | 8.16 | 4.05 | 10.48 | - |
| YUV | 45.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 92 | 0 | 0.96 | 0.15 | 0.58 | 309.23 | 0.93 | 0.22 |
| Hex | 6C | 4 | 5C | 0 | 60 | F | 3A | 135 | 5D | 16 |
| Octal | 154 | 4 | 134 | 0 | 140 | 17 | 72 | 465 | 135 | 26 |
| Binary | 1101100 | 100 | 1011100 | 0 | 1100000 | 1111 | 111010 | 100110101 | 1011101 | 10110 |
Color Harmonies of #6C045C
Complementary color
Monochromatic Colors of #6C045C
Black with #6C045C
Text Example
Text Example
White with #6C045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C045C; }
p { color: rgb(108,4,92); }
H1.HeaderClassName
{
color: #6C045C;
}
.AnyTagClassName
{
color: #6C045C;
}
</style>
background-color css
<style>
a { background-color: #6C045C; }
a { background-color: rgb(108,4,92); }
div.DivClassName
{
background-color: #6C045C;
}
.BgClassName
{
background-color: #6C045C;
}
</style>
border-color css
<style>
span { border-color: #6C045C; }
span { border-color: rgb(108,4,92); }
td.TdClassName
{
border-color: #6C045C;
}
.TagClassName
{
border-color: #6C045C;
}
</style>