Shades of Palatinate Purple #681752
Tints of Palatinate Purple #681752
RGB
CMYK
RGB Variations
Color information
#681752 (or 0x681752) is known color: Palatinate Purple. HEX triplet: 68, 17 and 52. RGB value is (104,23,82). Sum of RGB (Red+Green+Blue) = 104+23+82=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #681752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681752 is #97E8AD. Grayscale: #353535. Windows color (decimal): -9955502 or 5379944. OLE color: 5379944.
HSL color Cylindrical-coordinate representation of color #681752: hue angle of 316.3º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681752 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 23 | 82 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.59 |
| HSL | 316.3º | 0.64% | 0.25% | - |
| HSV(B) | 316.3º | 0.78% | 0.41% | - |
| XYZ | 7.54 | 4.17 | 8.39 | - |
| YUV | 53.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 82 | 0 | 0.78 | 0.21 | 0.59 | 316.3 | 0.64 | 0.25 |
| Hex | 68 | 17 | 52 | 0 | 4E | 15 | 3B | 13C | 40 | 19 |
| Octal | 150 | 27 | 122 | 0 | 116 | 25 | 73 | 474 | 100 | 31 |
| Binary | 1101000 | 10111 | 1010010 | 0 | 1001110 | 10101 | 111011 | 100111100 | 1000000 | 11001 |
Color Harmonies of #681752
Complementary color
Monochromatic Colors of #681752
Black with #681752
Text Example
Text Example
White with #681752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681752; }
p { color: rgb(104,23,82); }
H1.HeaderClassName
{
color: #681752;
}
.AnyTagClassName
{
color: #681752;
}
</style>
background-color css
<style>
a { background-color: #681752; }
a { background-color: rgb(104,23,82); }
div.DivClassName
{
background-color: #681752;
}
.BgClassName
{
background-color: #681752;
}
</style>
border-color css
<style>
span { border-color: #681752; }
span { border-color: rgb(104,23,82); }
td.TdClassName
{
border-color: #681752;
}
.TagClassName
{
border-color: #681752;
}
</style>