Shades of Palatinate Purple #682F5B
Tints of Palatinate Purple #682F5B
RGB
CMYK
RGB Variations
Color information
#682F5B (or 0x682F5B) is known color: Palatinate Purple. HEX triplet: 68, 2F and 5B. RGB value is (104,47,91). Sum of RGB (Red+Green+Blue) = 104+47+91=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #682F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F5B is #97D0A4. Grayscale: #444444. Windows color (decimal): -9949349 or 5975912. OLE color: 5975912.
HSL color Cylindrical-coordinate representation of color #682F5B: hue angle of 313.68º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F5B is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 91 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.59 |
| HSL | 313.68º | 0.38% | 0.3% | - |
| HSV(B) | 313.68º | 0.55% | 0.41% | - |
| XYZ | 8.61 | 5.73 | 10.55 | - |
| YUV | 69.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 91 | 0 | 0.55 | 0.12 | 0.59 | 313.68 | 0.38 | 0.3 |
| Hex | 68 | 2F | 5B | 0 | 37 | C | 3B | 13A | 26 | 1E |
| Octal | 150 | 57 | 133 | 0 | 67 | 14 | 73 | 472 | 46 | 36 |
| Binary | 1101000 | 101111 | 1011011 | 0 | 110111 | 1100 | 111011 | 100111010 | 100110 | 11110 |
Color Harmonies of #682F5B
Complementary color
Monochromatic Colors of #682F5B
Black with #682F5B
Text Example
Text Example
White with #682F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F5B; }
p { color: rgb(104,47,91); }
H1.HeaderClassName
{
color: #682F5B;
}
.AnyTagClassName
{
color: #682F5B;
}
</style>
background-color css
<style>
a { background-color: #682F5B; }
a { background-color: rgb(104,47,91); }
div.DivClassName
{
background-color: #682F5B;
}
.BgClassName
{
background-color: #682F5B;
}
</style>
border-color css
<style>
span { border-color: #682F5B; }
span { border-color: rgb(104,47,91); }
td.TdClassName
{
border-color: #682F5B;
}
.TagClassName
{
border-color: #682F5B;
}
</style>