Shades of Palatinate Purple #680C67
Tints of Palatinate Purple #680C67
RGB
CMYK
RGB Variations
Color information
#680C67 (or 0x680C67) is known color: Palatinate Purple. HEX triplet: 68, 0C and 67. RGB value is (104,12,103). Sum of RGB (Red+Green+Blue) = 104+12+103=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #680C67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C67 is #97F398. Grayscale: #313131. Windows color (decimal): -9958297 or 6753384. OLE color: 6753384.
HSL color Cylindrical-coordinate representation of color #680C67: hue angle of 300.65º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680C67 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 103 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.59 |
| HSL | 300.65º | 0.79% | 0.23% | - |
| HSV(B) | 300.65º | 0.88% | 0.41% | - |
| XYZ | 8.29 | 4.19 | 13.2 | - |
| YUV | 49.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 103 | 0 | 0.88 | 0.01 | 0.59 | 300.65 | 0.79 | 0.23 |
| Hex | 68 | C | 67 | 0 | 58 | 1 | 3B | 12D | 4F | 17 |
| Octal | 150 | 14 | 147 | 0 | 130 | 1 | 73 | 455 | 117 | 27 |
| Binary | 1101000 | 1100 | 1100111 | 0 | 1011000 | 1 | 111011 | 100101101 | 1001111 | 10111 |
Color Harmonies of #680C67
Complementary color
Monochromatic Colors of #680C67
Black with #680C67
Text Example
Text Example
White with #680C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C67; }
p { color: rgb(104,12,103); }
H1.HeaderClassName
{
color: #680C67;
}
.AnyTagClassName
{
color: #680C67;
}
</style>
background-color css
<style>
a { background-color: #680C67; }
a { background-color: rgb(104,12,103); }
div.DivClassName
{
background-color: #680C67;
}
.BgClassName
{
background-color: #680C67;
}
</style>
border-color css
<style>
span { border-color: #680C67; }
span { border-color: rgb(104,12,103); }
td.TdClassName
{
border-color: #680C67;
}
.TagClassName
{
border-color: #680C67;
}
</style>