Shades of Palatinate Purple #6C145D
Tints of Palatinate Purple #6C145D
RGB
CMYK
RGB Variations
Color information
#6C145D (or 0x6C145D) is known color: Palatinate Purple. HEX triplet: 6C, 14 and 5D. RGB value is (108,20,93). Sum of RGB (Red+Green+Blue) = 108+20+93=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C145D is #93EBA2. Grayscale: #363636. Windows color (decimal): -9694115 or 6100076. OLE color: 6100076.
HSL color Cylindrical-coordinate representation of color #6C145D: hue angle of 310.23º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C145D is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 20 | 93 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.58 |
| HSL | 310.23º | 0.69% | 0.25% | - |
| HSV(B) | 310.23º | 0.81% | 0.42% | - |
| XYZ | 8.41 | 4.48 | 10.78 | - |
| YUV | 54.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 20 | 93 | 0 | 0.81 | 0.14 | 0.58 | 310.23 | 0.69 | 0.25 |
| Hex | 6C | 14 | 5D | 0 | 51 | E | 3A | 136 | 45 | 19 |
| Octal | 154 | 24 | 135 | 0 | 121 | 16 | 72 | 466 | 105 | 31 |
| Binary | 1101100 | 10100 | 1011101 | 0 | 1010001 | 1110 | 111010 | 100110110 | 1000101 | 11001 |
Color Harmonies of #6C145D
Complementary color
Monochromatic Colors of #6C145D
Black with #6C145D
Text Example
Text Example
White with #6C145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C145D; }
p { color: rgb(108,20,93); }
H1.HeaderClassName
{
color: #6C145D;
}
.AnyTagClassName
{
color: #6C145D;
}
</style>
background-color css
<style>
a { background-color: #6C145D; }
a { background-color: rgb(108,20,93); }
div.DivClassName
{
background-color: #6C145D;
}
.BgClassName
{
background-color: #6C145D;
}
</style>
border-color css
<style>
span { border-color: #6C145D; }
span { border-color: rgb(108,20,93); }
td.TdClassName
{
border-color: #6C145D;
}
.TagClassName
{
border-color: #6C145D;
}
</style>