Shades of Palatinate Purple #783C6B
Tints of Palatinate Purple #783C6B
RGB
CMYK
RGB Variations
Color information
#783C6B (or 0x783C6B) is known color: Palatinate Purple. HEX triplet: 78, 3C and 6B. RGB value is (120,60,107). Sum of RGB (Red+Green+Blue) = 120+60+107=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #783C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C6B is #87C394. Grayscale: #535353. Windows color (decimal): -8897429 or 7027832. OLE color: 7027832.
HSL color Cylindrical-coordinate representation of color #783C6B: hue angle of 313º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C6B is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 107 | - |
| CMYK | 0 | 0.5 | 0.11 | 0.53 |
| HSL | 313º | 0.33% | 0.35% | - |
| HSV(B) | 313º | 0.5% | 0.47% | - |
| XYZ | 12.02 | 8.29 | 14.88 | - |
| YUV | 83.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 107 | 0 | 0.5 | 0.11 | 0.53 | 313 | 0.33 | 0.35 |
| Hex | 78 | 3C | 6B | 0 | 32 | B | 35 | 139 | 21 | 23 |
| Octal | 170 | 74 | 153 | 0 | 62 | 13 | 65 | 471 | 41 | 43 |
| Binary | 1111000 | 111100 | 1101011 | 0 | 110010 | 1011 | 110101 | 100111001 | 100001 | 100011 |
Color Harmonies of #783C6B
Complementary color
Monochromatic Colors of #783C6B
Black with #783C6B
Text Example
Text Example
White with #783C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C6B; }
p { color: rgb(120,60,107); }
H1.HeaderClassName
{
color: #783C6B;
}
.AnyTagClassName
{
color: #783C6B;
}
</style>
background-color css
<style>
a { background-color: #783C6B; }
a { background-color: rgb(120,60,107); }
div.DivClassName
{
background-color: #783C6B;
}
.BgClassName
{
background-color: #783C6B;
}
</style>
border-color css
<style>
span { border-color: #783C6B; }
span { border-color: rgb(120,60,107); }
td.TdClassName
{
border-color: #783C6B;
}
.TagClassName
{
border-color: #783C6B;
}
</style>