Shades of Palatinate Purple #6C3062
Tints of Palatinate Purple #6C3062
RGB
CMYK
RGB Variations
Color information
#6C3062 (or 0x6C3062) is known color: Palatinate Purple. HEX triplet: 6C, 30 and 62. RGB value is (108,48,98). Sum of RGB (Red+Green+Blue) = 108+48+98=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3062 is #93CF9D. Grayscale: #474747. Windows color (decimal): -9686942 or 6434924. OLE color: 6434924.
HSL color Cylindrical-coordinate representation of color #6C3062: hue angle of 310º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C3062 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 48 | 98 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.58 |
| HSL | 310º | 0.38% | 0.31% | - |
| HSV(B) | 310º | 0.56% | 0.42% | - |
| XYZ | 9.45 | 6.18 | 12.25 | - |
| YUV | 71.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 98 | 0 | 0.56 | 0.09 | 0.58 | 310 | 0.38 | 0.31 |
| Hex | 6C | 30 | 62 | 0 | 38 | 9 | 3A | 136 | 26 | 1F |
| Octal | 154 | 60 | 142 | 0 | 70 | 11 | 72 | 466 | 46 | 37 |
| Binary | 1101100 | 110000 | 1100010 | 0 | 111000 | 1001 | 111010 | 100110110 | 100110 | 11111 |
Color Harmonies of #6C3062
Complementary color
Monochromatic Colors of #6C3062
Black with #6C3062
Text Example
Text Example
White with #6C3062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3062; }
p { color: rgb(108,48,98); }
H1.HeaderClassName
{
color: #6C3062;
}
.AnyTagClassName
{
color: #6C3062;
}
</style>
background-color css
<style>
a { background-color: #6C3062; }
a { background-color: rgb(108,48,98); }
div.DivClassName
{
background-color: #6C3062;
}
.BgClassName
{
background-color: #6C3062;
}
</style>
border-color css
<style>
span { border-color: #6C3062; }
span { border-color: rgb(108,48,98); }
td.TdClassName
{
border-color: #6C3062;
}
.TagClassName
{
border-color: #6C3062;
}
</style>