Shades of Palatinate Purple #7B105C
Tints of Palatinate Purple #7B105C
RGB
CMYK
RGB Variations
Color information
#7B105C (or 0x7B105C) is known color: Palatinate Purple. HEX triplet: 7B, 10 and 5C. RGB value is (123,16,92). Sum of RGB (Red+Green+Blue) = 123+16+92=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B105C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B105C is #84EFA3. Grayscale: #383838. Windows color (decimal): -8712100 or 6033531. OLE color: 6033531.
HSL color Cylindrical-coordinate representation of color #7B105C: hue angle of 317.38º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B105C is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 16 | 92 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.52 |
| HSL | 317.38º | 0.77% | 0.27% | - |
| HSV(B) | 317.38º | 0.87% | 0.48% | - |
| XYZ | 10.29 | 5.35 | 10.62 | - |
| YUV | 56.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 92 | 0 | 0.87 | 0.25 | 0.52 | 317.38 | 0.77 | 0.27 |
| Hex | 7B | 10 | 5C | 0 | 57 | 19 | 34 | 13D | 4D | 1B |
| Octal | 173 | 20 | 134 | 0 | 127 | 31 | 64 | 475 | 115 | 33 |
| Binary | 1111011 | 10000 | 1011100 | 0 | 1010111 | 11001 | 110100 | 100111101 | 1001101 | 11011 |
Color Harmonies of #7B105C
Complementary color
Monochromatic Colors of #7B105C
Black with #7B105C
Text Example
Text Example
White with #7B105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B105C; }
p { color: rgb(123,16,92); }
H1.HeaderClassName
{
color: #7B105C;
}
.AnyTagClassName
{
color: #7B105C;
}
</style>
background-color css
<style>
a { background-color: #7B105C; }
a { background-color: rgb(123,16,92); }
div.DivClassName
{
background-color: #7B105C;
}
.BgClassName
{
background-color: #7B105C;
}
</style>
border-color css
<style>
span { border-color: #7B105C; }
span { border-color: rgb(123,16,92); }
td.TdClassName
{
border-color: #7B105C;
}
.TagClassName
{
border-color: #7B105C;
}
</style>