Shades of Palatinate Purple #6C065A
Tints of Palatinate Purple #6C065A
RGB
CMYK
RGB Variations
Color information
#6C065A (or 0x6C065A) is known color: Palatinate Purple. HEX triplet: 6C, 06 and 5A. RGB value is (108,6,90). Sum of RGB (Red+Green+Blue) = 108+6+90=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C065A is #93F9A5. Grayscale: #2D2D2D. Windows color (decimal): -9697702 or 5899884. OLE color: 5899884.
HSL color Cylindrical-coordinate representation of color #6C065A: hue angle of 310.59º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C065A is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 6 | 90 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.58 |
| HSL | 310.59º | 0.89% | 0.22% | - |
| HSV(B) | 310.59º | 0.94% | 0.42% | - |
| XYZ | 8.09 | 4.06 | 10.03 | - |
| YUV | 46.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 6 | 90 | 0 | 0.94 | 0.17 | 0.58 | 310.59 | 0.89 | 0.22 |
| Hex | 6C | 6 | 5A | 0 | 5E | 11 | 3A | 137 | 59 | 16 |
| Octal | 154 | 6 | 132 | 0 | 136 | 21 | 72 | 467 | 131 | 26 |
| Binary | 1101100 | 110 | 1011010 | 0 | 1011110 | 10001 | 111010 | 100110111 | 1011001 | 10110 |
Color Harmonies of #6C065A
Complementary color
Monochromatic Colors of #6C065A
Black with #6C065A
Text Example
Text Example
White with #6C065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C065A; }
p { color: rgb(108,6,90); }
H1.HeaderClassName
{
color: #6C065A;
}
.AnyTagClassName
{
color: #6C065A;
}
</style>
background-color css
<style>
a { background-color: #6C065A; }
a { background-color: rgb(108,6,90); }
div.DivClassName
{
background-color: #6C065A;
}
.BgClassName
{
background-color: #6C065A;
}
</style>
border-color css
<style>
span { border-color: #6C065A; }
span { border-color: rgb(108,6,90); }
td.TdClassName
{
border-color: #6C065A;
}
.TagClassName
{
border-color: #6C065A;
}
</style>