Shades of Palatinate Purple #7D3367
Tints of Palatinate Purple #7D3367
RGB
CMYK
RGB Variations
Color information
#7D3367 (or 0x7D3367) is known color: Palatinate Purple. HEX triplet: 7D, 33 and 67. RGB value is (125,51,103). Sum of RGB (Red+Green+Blue) = 125+51+103=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3367 is #82CC98. Grayscale: #4E4E4E. Windows color (decimal): -8572057 or 6763389. OLE color: 6763389.
HSL color Cylindrical-coordinate representation of color #7D3367: hue angle of 317.84º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D3367 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 51 | 103 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.51 |
| HSL | 317.84º | 0.42% | 0.35% | - |
| HSV(B) | 317.84º | 0.59% | 0.49% | - |
| XYZ | 12.09 | 7.71 | 13.68 | - |
| YUV | 79.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 103 | 0 | 0.59 | 0.18 | 0.51 | 317.84 | 0.42 | 0.35 |
| Hex | 7D | 33 | 67 | 0 | 3B | 12 | 33 | 13E | 2A | 23 |
| Octal | 175 | 63 | 147 | 0 | 73 | 22 | 63 | 476 | 52 | 43 |
| Binary | 1111101 | 110011 | 1100111 | 0 | 111011 | 10010 | 110011 | 100111110 | 101010 | 100011 |
Color Harmonies of #7D3367
Complementary color
Monochromatic Colors of #7D3367
Black with #7D3367
Text Example
Text Example
White with #7D3367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3367; }
p { color: rgb(125,51,103); }
H1.HeaderClassName
{
color: #7D3367;
}
.AnyTagClassName
{
color: #7D3367;
}
</style>
background-color css
<style>
a { background-color: #7D3367; }
a { background-color: rgb(125,51,103); }
div.DivClassName
{
background-color: #7D3367;
}
.BgClassName
{
background-color: #7D3367;
}
</style>
border-color css
<style>
span { border-color: #7D3367; }
span { border-color: rgb(125,51,103); }
td.TdClassName
{
border-color: #7D3367;
}
.TagClassName
{
border-color: #7D3367;
}
</style>