Shades of Palatinate Purple #793B6B
Tints of Palatinate Purple #793B6B
RGB
CMYK
RGB Variations
Color information
#793B6B (or 0x793B6B) is known color: Palatinate Purple. HEX triplet: 79, 3B and 6B. RGB value is (121,59,107). Sum of RGB (Red+Green+Blue) = 121+59+107=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #793B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793B6B is #86C494. Grayscale: #525252. Windows color (decimal): -8832149 or 7027577. OLE color: 7027577.
HSL color Cylindrical-coordinate representation of color #793B6B: hue angle of 313.55º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #793B6B is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 59 | 107 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.53 |
| HSL | 313.55º | 0.34% | 0.35% | - |
| HSV(B) | 313.55º | 0.51% | 0.47% | - |
| XYZ | 12.1 | 8.25 | 14.87 | - |
| YUV | 83.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 107 | 0 | 0.51 | 0.12 | 0.53 | 313.55 | 0.34 | 0.35 |
| Hex | 79 | 3B | 6B | 0 | 33 | C | 35 | 13A | 22 | 23 |
| Octal | 171 | 73 | 153 | 0 | 63 | 14 | 65 | 472 | 42 | 43 |
| Binary | 1111001 | 111011 | 1101011 | 0 | 110011 | 1100 | 110101 | 100111010 | 100010 | 100011 |
Color Harmonies of #793B6B
Complementary color
Monochromatic Colors of #793B6B
Black with #793B6B
Text Example
Text Example
White with #793B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793B6B; }
p { color: rgb(121,59,107); }
H1.HeaderClassName
{
color: #793B6B;
}
.AnyTagClassName
{
color: #793B6B;
}
</style>
background-color css
<style>
a { background-color: #793B6B; }
a { background-color: rgb(121,59,107); }
div.DivClassName
{
background-color: #793B6B;
}
.BgClassName
{
background-color: #793B6B;
}
</style>
border-color css
<style>
span { border-color: #793B6B; }
span { border-color: rgb(121,59,107); }
td.TdClassName
{
border-color: #793B6B;
}
.TagClassName
{
border-color: #793B6B;
}
</style>