Shades of Purple #7B017F
Tints of Purple #7B017F
RGB
CMYK
RGB Variations
Color information
#7B017F (or 0x7B017F) is known color: Purple. HEX triplet: 7B, 01 and 7F. RGB value is (123,1,127). Sum of RGB (Red+Green+Blue) = 123+1+127=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B017F is #84FE80. Grayscale: #333333. Windows color (decimal): -8715905 or 8323451. OLE color: 8323451.
HSL color Cylindrical-coordinate representation of color #7B017F: hue angle of 298.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B017F is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 1 | 127 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.50 |
| HSL | 298.1º | 0.98% | 0.25% | - |
| HSV(B) | 298.1º | 0.99% | 0.5% | - |
| XYZ | 12.01 | 5.76 | 20.56 | - |
| YUV | 51.84 | 170.42 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 127 | 0.03 | 0.99 | 0 | 0.50 | 298.1 | 0.98 | 0.25 |
| Hex | 7B | 1 | 7F | 3 | 63 | 0 | 32 | 12A | 62 | 19 |
| Octal | 173 | 1 | 177 | 3 | 143 | 0 | 62 | 452 | 142 | 31 |
| Binary | 1111011 | 1 | 1111111 | 11 | 1100011 | 0 | 110010 | 100101010 | 1100010 | 11001 |
Color Harmonies of #7B017F
Complementary color
Monochromatic Colors of #7B017F
Black with #7B017F
Text Example
Text Example
White with #7B017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B017F; }
p { color: rgb(123,1,127); }
H1.HeaderClassName
{
color: #7B017F;
}
.AnyTagClassName
{
color: #7B017F;
}
</style>
background-color css
<style>
a { background-color: #7B017F; }
a { background-color: rgb(123,1,127); }
div.DivClassName
{
background-color: #7B017F;
}
.BgClassName
{
background-color: #7B017F;
}
</style>
border-color css
<style>
span { border-color: #7B017F; }
span { border-color: rgb(123,1,127); }
td.TdClassName
{
border-color: #7B017F;
}
.TagClassName
{
border-color: #7B017F;
}
</style>