Shades of Palatinate Purple #783A68
Tints of Palatinate Purple #783A68
RGB
CMYK
RGB Variations
Color information
#783A68 (or 0x783A68) is known color: Palatinate Purple. HEX triplet: 78, 3A and 68. RGB value is (120,58,104). Sum of RGB (Red+Green+Blue) = 120+58+104=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #783A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A68 is #87C597. Grayscale: #515151. Windows color (decimal): -8897944 or 6830712. OLE color: 6830712.
HSL color Cylindrical-coordinate representation of color #783A68: hue angle of 315.48º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #783A68 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 104 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.53 |
| HSL | 315.48º | 0.35% | 0.35% | - |
| HSV(B) | 315.48º | 0.52% | 0.47% | - |
| XYZ | 11.76 | 8.02 | 14.02 | - |
| YUV | 81.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 104 | 0 | 0.52 | 0.13 | 0.53 | 315.48 | 0.35 | 0.35 |
| Hex | 78 | 3A | 68 | 0 | 34 | D | 35 | 13B | 23 | 23 |
| Octal | 170 | 72 | 150 | 0 | 64 | 15 | 65 | 473 | 43 | 43 |
| Binary | 1111000 | 111010 | 1101000 | 0 | 110100 | 1101 | 110101 | 100111011 | 100011 | 100011 |
Color Harmonies of #783A68
Complementary color
Monochromatic Colors of #783A68
Black with #783A68
Text Example
Text Example
White with #783A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A68; }
p { color: rgb(120,58,104); }
H1.HeaderClassName
{
color: #783A68;
}
.AnyTagClassName
{
color: #783A68;
}
</style>
background-color css
<style>
a { background-color: #783A68; }
a { background-color: rgb(120,58,104); }
div.DivClassName
{
background-color: #783A68;
}
.BgClassName
{
background-color: #783A68;
}
</style>
border-color css
<style>
span { border-color: #783A68; }
span { border-color: rgb(120,58,104); }
td.TdClassName
{
border-color: #783A68;
}
.TagClassName
{
border-color: #783A68;
}
</style>