Shades of Palatinate Purple #681152
Tints of Palatinate Purple #681152
RGB
CMYK
RGB Variations
Color information
#681152 (or 0x681152) is known color: Palatinate Purple. HEX triplet: 68, 11 and 52. RGB value is (104,17,82). Sum of RGB (Red+Green+Blue) = 104+17+82=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #681152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681152 is #97EEAD. Grayscale: #323232. Windows color (decimal): -9957038 or 5378408. OLE color: 5378408.
HSL color Cylindrical-coordinate representation of color #681152: hue angle of 315.17º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681152 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 17 | 82 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.59 |
| HSL | 315.17º | 0.72% | 0.24% | - |
| HSV(B) | 315.17º | 0.84% | 0.41% | - |
| XYZ | 7.43 | 3.95 | 8.35 | - |
| YUV | 50.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 82 | 0 | 0.84 | 0.21 | 0.59 | 315.17 | 0.72 | 0.24 |
| Hex | 68 | 11 | 52 | 0 | 54 | 15 | 3B | 13B | 48 | 18 |
| Octal | 150 | 21 | 122 | 0 | 124 | 25 | 73 | 473 | 110 | 30 |
| Binary | 1101000 | 10001 | 1010010 | 0 | 1010100 | 10101 | 111011 | 100111011 | 1001000 | 11000 |
Color Harmonies of #681152
Complementary color
Monochromatic Colors of #681152
Black with #681152
Text Example
Text Example
White with #681152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681152; }
p { color: rgb(104,17,82); }
H1.HeaderClassName
{
color: #681152;
}
.AnyTagClassName
{
color: #681152;
}
</style>
background-color css
<style>
a { background-color: #681152; }
a { background-color: rgb(104,17,82); }
div.DivClassName
{
background-color: #681152;
}
.BgClassName
{
background-color: #681152;
}
</style>
border-color css
<style>
span { border-color: #681152; }
span { border-color: rgb(104,17,82); }
td.TdClassName
{
border-color: #681152;
}
.TagClassName
{
border-color: #681152;
}
</style>