Shades of Purple #7B047F
Tints of Purple #7B047F
RGB
CMYK
RGB Variations
Color information
#7B047F (or 0x7B047F) is known color: Purple. HEX triplet: 7B, 04 and 7F. RGB value is (123,4,127). Sum of RGB (Red+Green+Blue) = 123+4+127=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B047F is #84FB80. Grayscale: #353535. Windows color (decimal): -8715137 or 8324219. OLE color: 8324219.
HSL color Cylindrical-coordinate representation of color #7B047F: hue angle of 298.05º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B047F is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 4 | 127 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.50 |
| HSL | 298.05º | 0.94% | 0.26% | - |
| HSV(B) | 298.05º | 0.97% | 0.5% | - |
| XYZ | 12.04 | 5.83 | 20.57 | - |
| YUV | 53.6 | 169.42 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 127 | 0.03 | 0.97 | 0 | 0.50 | 298.05 | 0.94 | 0.26 |
| Hex | 7B | 4 | 7F | 3 | 61 | 0 | 32 | 12A | 5E | 1A |
| Octal | 173 | 4 | 177 | 3 | 141 | 0 | 62 | 452 | 136 | 32 |
| Binary | 1111011 | 100 | 1111111 | 11 | 1100001 | 0 | 110010 | 100101010 | 1011110 | 11010 |
Color Harmonies of #7B047F
Complementary color
Monochromatic Colors of #7B047F
Black with #7B047F
Text Example
Text Example
White with #7B047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B047F; }
p { color: rgb(123,4,127); }
H1.HeaderClassName
{
color: #7B047F;
}
.AnyTagClassName
{
color: #7B047F;
}
</style>
background-color css
<style>
a { background-color: #7B047F; }
a { background-color: rgb(123,4,127); }
div.DivClassName
{
background-color: #7B047F;
}
.BgClassName
{
background-color: #7B047F;
}
</style>
border-color css
<style>
span { border-color: #7B047F; }
span { border-color: rgb(123,4,127); }
td.TdClassName
{
border-color: #7B047F;
}
.TagClassName
{
border-color: #7B047F;
}
</style>