Shades of Palatinate Purple #680758
Tints of Palatinate Purple #680758
RGB
CMYK
RGB Variations
Color information
#680758 (or 0x680758) is known color: Palatinate Purple. HEX triplet: 68, 07 and 58. RGB value is (104,7,88). Sum of RGB (Red+Green+Blue) = 104+7+88=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #680758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680758 is #97F8A7. Grayscale: #2D2D2D. Windows color (decimal): -9959592 or 5769064. OLE color: 5769064.
HSL color Cylindrical-coordinate representation of color #680758: hue angle of 309.9º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680758 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 7 | 88 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.59 |
| HSL | 309.9º | 0.87% | 0.22% | - |
| HSV(B) | 309.9º | 0.93% | 0.41% | - |
| XYZ | 7.55 | 3.8 | 9.57 | - |
| YUV | 45.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 88 | 0 | 0.93 | 0.15 | 0.59 | 309.9 | 0.87 | 0.22 |
| Hex | 68 | 7 | 58 | 0 | 5D | F | 3B | 136 | 57 | 16 |
| Octal | 150 | 7 | 130 | 0 | 135 | 17 | 73 | 466 | 127 | 26 |
| Binary | 1101000 | 111 | 1011000 | 0 | 1011101 | 1111 | 111011 | 100110110 | 1010111 | 10110 |
Color Harmonies of #680758
Complementary color
Monochromatic Colors of #680758
Black with #680758
Text Example
Text Example
White with #680758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680758; }
p { color: rgb(104,7,88); }
H1.HeaderClassName
{
color: #680758;
}
.AnyTagClassName
{
color: #680758;
}
</style>
background-color css
<style>
a { background-color: #680758; }
a { background-color: rgb(104,7,88); }
div.DivClassName
{
background-color: #680758;
}
.BgClassName
{
background-color: #680758;
}
</style>
border-color css
<style>
span { border-color: #680758; }
span { border-color: rgb(104,7,88); }
td.TdClassName
{
border-color: #680758;
}
.TagClassName
{
border-color: #680758;
}
</style>