Shades of Palatinate Purple #681363
Tints of Palatinate Purple #681363
RGB
CMYK
RGB Variations
Color information
#681363 (or 0x681363) is known color: Palatinate Purple. HEX triplet: 68, 13 and 63. RGB value is (104,19,99). Sum of RGB (Red+Green+Blue) = 104+19+99=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #681363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681363 is #97EC9C. Grayscale: #353535. Windows color (decimal): -9956509 or 6493032. OLE color: 6493032.
HSL color Cylindrical-coordinate representation of color #681363: hue angle of 303.53º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681363 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 19 | 99 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.59 |
| HSL | 303.53º | 0.69% | 0.24% | - |
| HSV(B) | 303.53º | 0.82% | 0.41% | - |
| XYZ | 8.19 | 4.31 | 12.2 | - |
| YUV | 53.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 99 | 0 | 0.82 | 0.05 | 0.59 | 303.53 | 0.69 | 0.24 |
| Hex | 68 | 13 | 63 | 0 | 52 | 5 | 3B | 130 | 45 | 18 |
| Octal | 150 | 23 | 143 | 0 | 122 | 5 | 73 | 460 | 105 | 30 |
| Binary | 1101000 | 10011 | 1100011 | 0 | 1010010 | 101 | 111011 | 100110000 | 1000101 | 11000 |
Color Harmonies of #681363
Complementary color
Monochromatic Colors of #681363
Black with #681363
Text Example
Text Example
White with #681363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681363; }
p { color: rgb(104,19,99); }
H1.HeaderClassName
{
color: #681363;
}
.AnyTagClassName
{
color: #681363;
}
</style>
background-color css
<style>
a { background-color: #681363; }
a { background-color: rgb(104,19,99); }
div.DivClassName
{
background-color: #681363;
}
.BgClassName
{
background-color: #681363;
}
</style>
border-color css
<style>
span { border-color: #681363; }
span { border-color: rgb(104,19,99); }
td.TdClassName
{
border-color: #681363;
}
.TagClassName
{
border-color: #681363;
}
</style>