Shades of Palatinate Purple #680262
Tints of Palatinate Purple #680262
RGB
CMYK
RGB Variations
Color information
#680262 (or 0x680262) is known color: Palatinate Purple. HEX triplet: 68, 02 and 62. RGB value is (104,2,98). Sum of RGB (Red+Green+Blue) = 104+2+98=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #680262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680262 is #97FD9D. Grayscale: #2B2B2B. Windows color (decimal): -9960862 or 6423144. OLE color: 6423144.
HSL color Cylindrical-coordinate representation of color #680262: hue angle of 303.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680262 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 98 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.59 |
| HSL | 303.53º | 0.96% | 0.21% | - |
| HSV(B) | 303.53º | 0.98% | 0.41% | - |
| XYZ | 7.94 | 3.87 | 11.88 | - |
| YUV | 43.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 98 | 0 | 0.98 | 0.06 | 0.59 | 303.53 | 0.96 | 0.21 |
| Hex | 68 | 2 | 62 | 0 | 62 | 6 | 3B | 130 | 60 | 15 |
| Octal | 150 | 2 | 142 | 0 | 142 | 6 | 73 | 460 | 140 | 25 |
| Binary | 1101000 | 10 | 1100010 | 0 | 1100010 | 110 | 111011 | 100110000 | 1100000 | 10101 |
Color Harmonies of #680262
Complementary color
Monochromatic Colors of #680262
Black with #680262
Text Example
Text Example
White with #680262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680262; }
p { color: rgb(104,2,98); }
H1.HeaderClassName
{
color: #680262;
}
.AnyTagClassName
{
color: #680262;
}
</style>
background-color css
<style>
a { background-color: #680262; }
a { background-color: rgb(104,2,98); }
div.DivClassName
{
background-color: #680262;
}
.BgClassName
{
background-color: #680262;
}
</style>
border-color css
<style>
span { border-color: #680262; }
span { border-color: rgb(104,2,98); }
td.TdClassName
{
border-color: #680262;
}
.TagClassName
{
border-color: #680262;
}
</style>