Shades of Palatinate Purple #680A5F
Tints of Palatinate Purple #680A5F
RGB
CMYK
RGB Variations
Color information
#680A5F (or 0x680A5F) is known color: Palatinate Purple. HEX triplet: 68, 0A and 5F. RGB value is (104,10,95). Sum of RGB (Red+Green+Blue) = 104+10+95=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #680A5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A5F is #97F5A0. Grayscale: #2F2F2F. Windows color (decimal): -9958817 or 6228584. OLE color: 6228584.
HSL color Cylindrical-coordinate representation of color #680A5F: hue angle of 305.74º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A5F is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 95 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.59 |
| HSL | 305.74º | 0.82% | 0.22% | - |
| HSV(B) | 305.74º | 0.9% | 0.41% | - |
| XYZ | 7.88 | 3.99 | 11.18 | - |
| YUV | 47.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 95 | 0 | 0.90 | 0.09 | 0.59 | 305.74 | 0.82 | 0.22 |
| Hex | 68 | A | 5F | 0 | 5A | 9 | 3B | 132 | 52 | 16 |
| Octal | 150 | 12 | 137 | 0 | 132 | 11 | 73 | 462 | 122 | 26 |
| Binary | 1101000 | 1010 | 1011111 | 0 | 1011010 | 1001 | 111011 | 100110010 | 1010010 | 10110 |
Color Harmonies of #680A5F
Complementary color
Monochromatic Colors of #680A5F
Black with #680A5F
Text Example
Text Example
White with #680A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A5F; }
p { color: rgb(104,10,95); }
H1.HeaderClassName
{
color: #680A5F;
}
.AnyTagClassName
{
color: #680A5F;
}
</style>
background-color css
<style>
a { background-color: #680A5F; }
a { background-color: rgb(104,10,95); }
div.DivClassName
{
background-color: #680A5F;
}
.BgClassName
{
background-color: #680A5F;
}
</style>
border-color css
<style>
span { border-color: #680A5F; }
span { border-color: rgb(104,10,95); }
td.TdClassName
{
border-color: #680A5F;
}
.TagClassName
{
border-color: #680A5F;
}
</style>