Shades of Palatinate Purple #7B3363
Tints of Palatinate Purple #7B3363
RGB
CMYK
RGB Variations
Color information
#7B3363 (or 0x7B3363) is known color: Palatinate Purple. HEX triplet: 7B, 33 and 63. RGB value is (123,51,99). Sum of RGB (Red+Green+Blue) = 123+51+99=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3363 is #84CC9C. Grayscale: #4D4D4D. Windows color (decimal): -8703133 or 6501243. OLE color: 6501243.
HSL color Cylindrical-coordinate representation of color #7B3363: hue angle of 320º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B3363 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 51 | 99 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.52 |
| HSL | 320º | 0.41% | 0.34% | - |
| HSV(B) | 320º | 0.59% | 0.48% | - |
| XYZ | 11.6 | 7.48 | 12.64 | - |
| YUV | 78 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 51 | 99 | 0 | 0.59 | 0.20 | 0.52 | 320 | 0.41 | 0.34 |
| Hex | 7B | 33 | 63 | 0 | 3B | 14 | 34 | 140 | 29 | 22 |
| Octal | 173 | 63 | 143 | 0 | 73 | 24 | 64 | 500 | 51 | 42 |
| Binary | 1111011 | 110011 | 1100011 | 0 | 111011 | 10100 | 110100 | 101000000 | 101001 | 100010 |
Color Harmonies of #7B3363
Complementary color
Monochromatic Colors of #7B3363
Black with #7B3363
Text Example
Text Example
White with #7B3363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3363; }
p { color: rgb(123,51,99); }
H1.HeaderClassName
{
color: #7B3363;
}
.AnyTagClassName
{
color: #7B3363;
}
</style>
background-color css
<style>
a { background-color: #7B3363; }
a { background-color: rgb(123,51,99); }
div.DivClassName
{
background-color: #7B3363;
}
.BgClassName
{
background-color: #7B3363;
}
</style>
border-color css
<style>
span { border-color: #7B3363; }
span { border-color: rgb(123,51,99); }
td.TdClassName
{
border-color: #7B3363;
}
.TagClassName
{
border-color: #7B3363;
}
</style>