Shades of Palatinate Purple #783A69
Tints of Palatinate Purple #783A69
RGB
CMYK
RGB Variations
Color information
#783A69 (or 0x783A69) is known color: Palatinate Purple. HEX triplet: 78, 3A and 69. RGB value is (120,58,105). Sum of RGB (Red+Green+Blue) = 120+58+105=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #783A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A69 is #87C596. Grayscale: #515151. Windows color (decimal): -8897943 or 6896248. OLE color: 6896248.
HSL color Cylindrical-coordinate representation of color #783A69: hue angle of 314.52º 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 #783A69 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 105 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.53 |
| HSL | 314.52º | 0.35% | 0.35% | - |
| HSV(B) | 314.52º | 0.52% | 0.47% | - |
| XYZ | 11.81 | 8.04 | 14.29 | - |
| YUV | 81.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 105 | 0 | 0.52 | 0.13 | 0.53 | 314.52 | 0.35 | 0.35 |
| Hex | 78 | 3A | 69 | 0 | 34 | D | 35 | 13B | 23 | 23 |
| Octal | 170 | 72 | 151 | 0 | 64 | 15 | 65 | 473 | 43 | 43 |
| Binary | 1111000 | 111010 | 1101001 | 0 | 110100 | 1101 | 110101 | 100111011 | 100011 | 100011 |
Color Harmonies of #783A69
Complementary color
Monochromatic Colors of #783A69
Black with #783A69
Text Example
Text Example
White with #783A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A69; }
p { color: rgb(120,58,105); }
H1.HeaderClassName
{
color: #783A69;
}
.AnyTagClassName
{
color: #783A69;
}
</style>
background-color css
<style>
a { background-color: #783A69; }
a { background-color: rgb(120,58,105); }
div.DivClassName
{
background-color: #783A69;
}
.BgClassName
{
background-color: #783A69;
}
</style>
border-color css
<style>
span { border-color: #783A69; }
span { border-color: rgb(120,58,105); }
td.TdClassName
{
border-color: #783A69;
}
.TagClassName
{
border-color: #783A69;
}
</style>