Shades of Purple #7B007F
Tints of Purple #7B007F
RGB
CMYK
RGB Variations
Color information
#7B007F (or 0x7B007F) is known color: Purple. HEX triplet: 7B, 00 and 7F. RGB value is (123,0,127). Sum of RGB (Red+Green+Blue) = 123+0+127=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B007F is #84FF80. Grayscale: #323232. Windows color (decimal): -8716161 or 8323195. OLE color: 8323195.
HSL color Cylindrical-coordinate representation of color #7B007F: hue angle of 298.11º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B007F is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 0 | 127 | - |
| CMYK | 0.03 | 1 | 0 | 0.50 |
| HSL | 298.11º | 1% | 0.25% | - |
| HSV(B) | 298.11º | 1% | 0.5% | - |
| XYZ | 12 | 5.74 | 20.55 | - |
| YUV | 51.26 | 170.75 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 0 | 127 | 0.03 | 1 | 0 | 0.50 | 298.11 | 1 | 0.25 |
| Hex | 7B | 0 | 7F | 3 | 64 | 0 | 32 | 12A | 64 | 19 |
| Octal | 173 | 0 | 177 | 3 | 144 | 0 | 62 | 452 | 144 | 31 |
| Binary | 1111011 | 0 | 1111111 | 11 | 1100100 | 0 | 110010 | 100101010 | 1100100 | 11001 |
Color Harmonies of #7B007F
Complementary color
Monochromatic Colors of #7B007F
Black with #7B007F
Text Example
Text Example
White with #7B007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B007F; }
p { color: rgb(123,0,127); }
H1.HeaderClassName
{
color: #7B007F;
}
.AnyTagClassName
{
color: #7B007F;
}
</style>
background-color css
<style>
a { background-color: #7B007F; }
a { background-color: rgb(123,0,127); }
div.DivClassName
{
background-color: #7B007F;
}
.BgClassName
{
background-color: #7B007F;
}
</style>
border-color css
<style>
span { border-color: #7B007F; }
span { border-color: rgb(123,0,127); }
td.TdClassName
{
border-color: #7B007F;
}
.TagClassName
{
border-color: #7B007F;
}
</style>