Shades of Palatinate Purple #682F5A
Tints of Palatinate Purple #682F5A
RGB
CMYK
RGB Variations
Color information
#682F5A (or 0x682F5A) is known color: Palatinate Purple. HEX triplet: 68, 2F and 5A. RGB value is (104,47,90). Sum of RGB (Red+Green+Blue) = 104+47+90=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #682F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F5A is #97D0A5. Grayscale: #444444. Windows color (decimal): -9949350 or 5910376. OLE color: 5910376.
HSL color Cylindrical-coordinate representation of color #682F5A: hue angle of 314.74º 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 #682F5A is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 90 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.59 |
| HSL | 314.74º | 0.38% | 0.3% | - |
| HSV(B) | 314.74º | 0.55% | 0.41% | - |
| XYZ | 8.57 | 5.71 | 10.32 | - |
| YUV | 68.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 90 | 0 | 0.55 | 0.13 | 0.59 | 314.74 | 0.38 | 0.3 |
| Hex | 68 | 2F | 5A | 0 | 37 | D | 3B | 13B | 26 | 1E |
| Octal | 150 | 57 | 132 | 0 | 67 | 15 | 73 | 473 | 46 | 36 |
| Binary | 1101000 | 101111 | 1011010 | 0 | 110111 | 1101 | 111011 | 100111011 | 100110 | 11110 |
Color Harmonies of #682F5A
Complementary color
Monochromatic Colors of #682F5A
Black with #682F5A
Text Example
Text Example
White with #682F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F5A; }
p { color: rgb(104,47,90); }
H1.HeaderClassName
{
color: #682F5A;
}
.AnyTagClassName
{
color: #682F5A;
}
</style>
background-color css
<style>
a { background-color: #682F5A; }
a { background-color: rgb(104,47,90); }
div.DivClassName
{
background-color: #682F5A;
}
.BgClassName
{
background-color: #682F5A;
}
</style>
border-color css
<style>
span { border-color: #682F5A; }
span { border-color: rgb(104,47,90); }
td.TdClassName
{
border-color: #682F5A;
}
.TagClassName
{
border-color: #682F5A;
}
</style>