Shades of Palatinate Purple #682362
Tints of Palatinate Purple #682362
RGB
CMYK
RGB Variations
Color information
#682362 (or 0x682362) is known color: Palatinate Purple. HEX triplet: 68, 23 and 62. RGB value is (104,35,98). Sum of RGB (Red+Green+Blue) = 104+35+98=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #682362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682362 is #97DC9D. Grayscale: #3E3E3E. Windows color (decimal): -9952414 or 6431592. OLE color: 6431592.
HSL color Cylindrical-coordinate representation of color #682362: hue angle of 305.22º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682362 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 35 | 98 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.59 |
| HSL | 305.22º | 0.5% | 0.27% | - |
| HSV(B) | 305.22º | 0.66% | 0.41% | - |
| XYZ | 8.51 | 5.03 | 12.08 | - |
| YUV | 62.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 35 | 98 | 0 | 0.66 | 0.06 | 0.59 | 305.22 | 0.5 | 0.27 |
| Hex | 68 | 23 | 62 | 0 | 42 | 6 | 3B | 131 | 32 | 1B |
| Octal | 150 | 43 | 142 | 0 | 102 | 6 | 73 | 461 | 62 | 33 |
| Binary | 1101000 | 100011 | 1100010 | 0 | 1000010 | 110 | 111011 | 100110001 | 110010 | 11011 |
Color Harmonies of #682362
Complementary color
Monochromatic Colors of #682362
Black with #682362
Text Example
Text Example
White with #682362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682362; }
p { color: rgb(104,35,98); }
H1.HeaderClassName
{
color: #682362;
}
.AnyTagClassName
{
color: #682362;
}
</style>
background-color css
<style>
a { background-color: #682362; }
a { background-color: rgb(104,35,98); }
div.DivClassName
{
background-color: #682362;
}
.BgClassName
{
background-color: #682362;
}
</style>
border-color css
<style>
span { border-color: #682362; }
span { border-color: rgb(104,35,98); }
td.TdClassName
{
border-color: #682362;
}
.TagClassName
{
border-color: #682362;
}
</style>