Shades of Palatinate Purple #6C305C
Tints of Palatinate Purple #6C305C
RGB
CMYK
RGB Variations
Color information
#6C305C (or 0x6C305C) is known color: Palatinate Purple. HEX triplet: 6C, 30 and 5C. RGB value is (108,48,92). Sum of RGB (Red+Green+Blue) = 108+48+92=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 108 - color contains mainly: red. Hex color #6C305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C305C is #93CFA3. Grayscale: #464646. Windows color (decimal): -9686948 or 6041708. OLE color: 6041708.
HSL color Cylindrical-coordinate representation of color #6C305C: hue angle of 316º 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 #6C305C is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 48 | 92 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.58 |
| HSL | 316º | 0.38% | 0.31% | - |
| HSV(B) | 316º | 0.56% | 0.42% | - |
| XYZ | 9.17 | 6.07 | 10.81 | - |
| YUV | 70.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 92 | 0 | 0.56 | 0.15 | 0.58 | 316 | 0.38 | 0.31 |
| Hex | 6C | 30 | 5C | 0 | 38 | F | 3A | 13C | 26 | 1F |
| Octal | 154 | 60 | 134 | 0 | 70 | 17 | 72 | 474 | 46 | 37 |
| Binary | 1101100 | 110000 | 1011100 | 0 | 111000 | 1111 | 111010 | 100111100 | 100110 | 11111 |
Color Harmonies of #6C305C
Complementary color
Monochromatic Colors of #6C305C
Black with #6C305C
Text Example
Text Example
White with #6C305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C305C; }
p { color: rgb(108,48,92); }
H1.HeaderClassName
{
color: #6C305C;
}
.AnyTagClassName
{
color: #6C305C;
}
</style>
background-color css
<style>
a { background-color: #6C305C; }
a { background-color: rgb(108,48,92); }
div.DivClassName
{
background-color: #6C305C;
}
.BgClassName
{
background-color: #6C305C;
}
</style>
border-color css
<style>
span { border-color: #6C305C; }
span { border-color: rgb(108,48,92); }
td.TdClassName
{
border-color: #6C305C;
}
.TagClassName
{
border-color: #6C305C;
}
</style>