Shades of Palatinate Purple #682058
Tints of Palatinate Purple #682058
RGB
CMYK
RGB Variations
Color information
#682058 (or 0x682058) is known color: Palatinate Purple. HEX triplet: 68, 20 and 58. RGB value is (104,32,88). Sum of RGB (Red+Green+Blue) = 104+32+88=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #682058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682058 is #97DFA7. Grayscale: #3B3B3B. Windows color (decimal): -9953192 or 5775464. OLE color: 5775464.
HSL color Cylindrical-coordinate representation of color #682058: hue angle of 313.33º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682058 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 32 | 88 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.59 |
| HSL | 313.33º | 0.53% | 0.27% | - |
| HSV(B) | 313.33º | 0.69% | 0.41% | - |
| XYZ | 7.99 | 4.68 | 9.72 | - |
| YUV | 59.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 88 | 0 | 0.69 | 0.15 | 0.59 | 313.33 | 0.53 | 0.27 |
| Hex | 68 | 20 | 58 | 0 | 45 | F | 3B | 139 | 35 | 1B |
| Octal | 150 | 40 | 130 | 0 | 105 | 17 | 73 | 471 | 65 | 33 |
| Binary | 1101000 | 100000 | 1011000 | 0 | 1000101 | 1111 | 111011 | 100111001 | 110101 | 11011 |
Color Harmonies of #682058
Complementary color
Monochromatic Colors of #682058
Black with #682058
Text Example
Text Example
White with #682058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682058; }
p { color: rgb(104,32,88); }
H1.HeaderClassName
{
color: #682058;
}
.AnyTagClassName
{
color: #682058;
}
</style>
background-color css
<style>
a { background-color: #682058; }
a { background-color: rgb(104,32,88); }
div.DivClassName
{
background-color: #682058;
}
.BgClassName
{
background-color: #682058;
}
</style>
border-color css
<style>
span { border-color: #682058; }
span { border-color: rgb(104,32,88); }
td.TdClassName
{
border-color: #682058;
}
.TagClassName
{
border-color: #682058;
}
</style>