Shades of Purple #7B067C
Tints of Purple #7B067C
RGB
CMYK
RGB Variations
Color information
#7B067C (or 0x7B067C) is known color: Purple. HEX triplet: 7B, 06 and 7C. RGB value is (123,6,124). Sum of RGB (Red+Green+Blue) = 123+6+124=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B067C is #84F983. Grayscale: #363636. Windows color (decimal): -8714628 or 8128123. OLE color: 8128123.
HSL color Cylindrical-coordinate representation of color #7B067C: hue angle of 299.49º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B067C is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 6 | 124 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.51 |
| HSL | 299.49º | 0.91% | 0.25% | - |
| HSV(B) | 299.49º | 0.95% | 0.49% | - |
| XYZ | 11.87 | 5.8 | 19.56 | - |
| YUV | 54.44 | 167.26 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 124 | 0.01 | 0.95 | 0 | 0.51 | 299.49 | 0.91 | 0.25 |
| Hex | 7B | 6 | 7C | 1 | 5F | 0 | 33 | 12B | 5B | 19 |
| Octal | 173 | 6 | 174 | 1 | 137 | 0 | 63 | 453 | 133 | 31 |
| Binary | 1111011 | 110 | 1111100 | 1 | 1011111 | 0 | 110011 | 100101011 | 1011011 | 11001 |
Color Harmonies of #7B067C
Complementary color
Monochromatic Colors of #7B067C
Black with #7B067C
Text Example
Text Example
White with #7B067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B067C; }
p { color: rgb(123,6,124); }
H1.HeaderClassName
{
color: #7B067C;
}
.AnyTagClassName
{
color: #7B067C;
}
</style>
background-color css
<style>
a { background-color: #7B067C; }
a { background-color: rgb(123,6,124); }
div.DivClassName
{
background-color: #7B067C;
}
.BgClassName
{
background-color: #7B067C;
}
</style>
border-color css
<style>
span { border-color: #7B067C; }
span { border-color: rgb(123,6,124); }
td.TdClassName
{
border-color: #7B067C;
}
.TagClassName
{
border-color: #7B067C;
}
</style>