Shades of Palatinate Purple #6C305D
Tints of Palatinate Purple #6C305D
RGB
CMYK
RGB Variations
Color information
#6C305D (or 0x6C305D) is known color: Palatinate Purple. HEX triplet: 6C, 30 and 5D. RGB value is (108,48,93). Sum of RGB (Red+Green+Blue) = 108+48+93=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 108 - color contains mainly: red. Hex color #6C305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C305D is #93CFA2. Grayscale: #464646. Windows color (decimal): -9686947 or 6107244. OLE color: 6107244.
HSL color Cylindrical-coordinate representation of color #6C305D: hue angle of 315º 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 #6C305D is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 48 | 93 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.58 |
| HSL | 315º | 0.38% | 0.31% | - |
| HSV(B) | 315º | 0.56% | 0.42% | - |
| XYZ | 9.22 | 6.09 | 11.05 | - |
| YUV | 71.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 93 | 0 | 0.56 | 0.14 | 0.58 | 315 | 0.38 | 0.31 |
| Hex | 6C | 30 | 5D | 0 | 38 | E | 3A | 13B | 26 | 1F |
| Octal | 154 | 60 | 135 | 0 | 70 | 16 | 72 | 473 | 46 | 37 |
| Binary | 1101100 | 110000 | 1011101 | 0 | 111000 | 1110 | 111010 | 100111011 | 100110 | 11111 |
Color Harmonies of #6C305D
Complementary color
Monochromatic Colors of #6C305D
Black with #6C305D
Text Example
Text Example
White with #6C305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C305D; }
p { color: rgb(108,48,93); }
H1.HeaderClassName
{
color: #6C305D;
}
.AnyTagClassName
{
color: #6C305D;
}
</style>
background-color css
<style>
a { background-color: #6C305D; }
a { background-color: rgb(108,48,93); }
div.DivClassName
{
background-color: #6C305D;
}
.BgClassName
{
background-color: #6C305D;
}
</style>
border-color css
<style>
span { border-color: #6C305D; }
span { border-color: rgb(108,48,93); }
td.TdClassName
{
border-color: #6C305D;
}
.TagClassName
{
border-color: #6C305D;
}
</style>