Shades of Palatinate Purple #681B5D
Tints of Palatinate Purple #681B5D
RGB
CMYK
RGB Variations
Color information
#681B5D (or 0x681B5D) is known color: Palatinate Purple. HEX triplet: 68, 1B and 5D. RGB value is (104,27,93). Sum of RGB (Red+Green+Blue) = 104+27+93=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #681B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681B5D is #97E4A2. Grayscale: #393939. Windows color (decimal): -9954467 or 6101864. OLE color: 6101864.
HSL color Cylindrical-coordinate representation of color #681B5D: hue angle of 308.57º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #681B5D is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 27 | 93 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.59 |
| HSL | 308.57º | 0.59% | 0.26% | - |
| HSV(B) | 308.57º | 0.74% | 0.41% | - |
| XYZ | 8.08 | 4.52 | 10.8 | - |
| YUV | 57.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 93 | 0 | 0.74 | 0.11 | 0.59 | 308.57 | 0.59 | 0.26 |
| Hex | 68 | 1B | 5D | 0 | 4A | B | 3B | 135 | 3B | 1A |
| Octal | 150 | 33 | 135 | 0 | 112 | 13 | 73 | 465 | 73 | 32 |
| Binary | 1101000 | 11011 | 1011101 | 0 | 1001010 | 1011 | 111011 | 100110101 | 111011 | 11010 |
Color Harmonies of #681B5D
Complementary color
Monochromatic Colors of #681B5D
Black with #681B5D
Text Example
Text Example
White with #681B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681B5D; }
p { color: rgb(104,27,93); }
H1.HeaderClassName
{
color: #681B5D;
}
.AnyTagClassName
{
color: #681B5D;
}
</style>
background-color css
<style>
a { background-color: #681B5D; }
a { background-color: rgb(104,27,93); }
div.DivClassName
{
background-color: #681B5D;
}
.BgClassName
{
background-color: #681B5D;
}
</style>
border-color css
<style>
span { border-color: #681B5D; }
span { border-color: rgb(104,27,93); }
td.TdClassName
{
border-color: #681B5D;
}
.TagClassName
{
border-color: #681B5D;
}
</style>