Shades of Palatinate Purple #7B105A
Tints of Palatinate Purple #7B105A
RGB
CMYK
RGB Variations
Color information
#7B105A (or 0x7B105A) is known color: Palatinate Purple. HEX triplet: 7B, 10 and 5A. RGB value is (123,16,90). Sum of RGB (Red+Green+Blue) = 123+16+90=229 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.71% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 123 - color contains mainly: red. Hex color #7B105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B105A is #84EFA5. Grayscale: #383838. Windows color (decimal): -8712102 or 5902459. OLE color: 5902459.
HSL color Cylindrical-coordinate representation of color #7B105A: hue angle of 318.5º 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 #7B105A is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 16 | 90 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.52 |
| HSL | 318.5º | 0.77% | 0.27% | - |
| HSV(B) | 318.5º | 0.87% | 0.48% | - |
| XYZ | 10.2 | 5.32 | 10.16 | - |
| YUV | 56.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 90 | 0 | 0.87 | 0.27 | 0.52 | 318.5 | 0.77 | 0.27 |
| Hex | 7B | 10 | 5A | 0 | 57 | 1B | 34 | 13F | 4D | 1B |
| Octal | 173 | 20 | 132 | 0 | 127 | 33 | 64 | 477 | 115 | 33 |
| Binary | 1111011 | 10000 | 1011010 | 0 | 1010111 | 11011 | 110100 | 100111111 | 1001101 | 11011 |
Color Harmonies of #7B105A
Complementary color
Monochromatic Colors of #7B105A
Black with #7B105A
Text Example
Text Example
White with #7B105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B105A; }
p { color: rgb(123,16,90); }
H1.HeaderClassName
{
color: #7B105A;
}
.AnyTagClassName
{
color: #7B105A;
}
</style>
background-color css
<style>
a { background-color: #7B105A; }
a { background-color: rgb(123,16,90); }
div.DivClassName
{
background-color: #7B105A;
}
.BgClassName
{
background-color: #7B105A;
}
</style>
border-color css
<style>
span { border-color: #7B105A; }
span { border-color: rgb(123,16,90); }
td.TdClassName
{
border-color: #7B105A;
}
.TagClassName
{
border-color: #7B105A;
}
</style>