Shades of Palatinate Purple #680D5D
Tints of Palatinate Purple #680D5D
RGB
CMYK
RGB Variations
Color information
#680D5D (or 0x680D5D) is known color: Palatinate Purple. HEX triplet: 68, 0D and 5D. RGB value is (104,13,93). Sum of RGB (Red+Green+Blue) = 104+13+93=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #680D5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D5D is #97F2A2. Grayscale: #313131. Windows color (decimal): -9958051 or 6098280. OLE color: 6098280.
HSL color Cylindrical-coordinate representation of color #680D5D: hue angle of 307.25º degrees, saturation: 0.78, 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 #680D5D is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 13 | 93 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.59 |
| HSL | 307.25º | 0.78% | 0.23% | - |
| HSV(B) | 307.25º | 0.88% | 0.41% | - |
| XYZ | 7.83 | 4.02 | 10.72 | - |
| YUV | 49.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 93 | 0 | 0.88 | 0.11 | 0.59 | 307.25 | 0.78 | 0.23 |
| Hex | 68 | D | 5D | 0 | 58 | B | 3B | 133 | 4E | 17 |
| Octal | 150 | 15 | 135 | 0 | 130 | 13 | 73 | 463 | 116 | 27 |
| Binary | 1101000 | 1101 | 1011101 | 0 | 1011000 | 1011 | 111011 | 100110011 | 1001110 | 10111 |
Color Harmonies of #680D5D
Complementary color
Monochromatic Colors of #680D5D
Black with #680D5D
Text Example
Text Example
White with #680D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D5D; }
p { color: rgb(104,13,93); }
H1.HeaderClassName
{
color: #680D5D;
}
.AnyTagClassName
{
color: #680D5D;
}
</style>
background-color css
<style>
a { background-color: #680D5D; }
a { background-color: rgb(104,13,93); }
div.DivClassName
{
background-color: #680D5D;
}
.BgClassName
{
background-color: #680D5D;
}
</style>
border-color css
<style>
span { border-color: #680D5D; }
span { border-color: rgb(104,13,93); }
td.TdClassName
{
border-color: #680D5D;
}
.TagClassName
{
border-color: #680D5D;
}
</style>