Shades of Purple #7B0C74
Tints of Purple #7B0C74
RGB
CMYK
RGB Variations
Color information
#7B0C74 (or 0x7B0C74) is known color: Purple. HEX triplet: 7B, 0C and 74. RGB value is (123,12,116). Sum of RGB (Red+Green+Blue) = 123+12+116=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0C74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0C74 is #84F38B. Grayscale: #383838. Windows color (decimal): -8713100 or 7605371. OLE color: 7605371.
HSL color Cylindrical-coordinate representation of color #7B0C74: hue angle of 303.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B0C74 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 12 | 116 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.52 |
| HSL | 303.78º | 0.82% | 0.26% | - |
| HSV(B) | 303.78º | 0.9% | 0.48% | - |
| XYZ | 11.45 | 5.73 | 17.03 | - |
| YUV | 57.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 12 | 116 | 0 | 0.90 | 0.06 | 0.52 | 303.78 | 0.82 | 0.26 |
| Hex | 7B | C | 74 | 0 | 5A | 6 | 34 | 130 | 52 | 1A |
| Octal | 173 | 14 | 164 | 0 | 132 | 6 | 64 | 460 | 122 | 32 |
| Binary | 1111011 | 1100 | 1110100 | 0 | 1011010 | 110 | 110100 | 100110000 | 1010010 | 11010 |
Color Harmonies of #7B0C74
Complementary color
Monochromatic Colors of #7B0C74
Black with #7B0C74
Text Example
Text Example
White with #7B0C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0C74; }
p { color: rgb(123,12,116); }
H1.HeaderClassName
{
color: #7B0C74;
}
.AnyTagClassName
{
color: #7B0C74;
}
</style>
background-color css
<style>
a { background-color: #7B0C74; }
a { background-color: rgb(123,12,116); }
div.DivClassName
{
background-color: #7B0C74;
}
.BgClassName
{
background-color: #7B0C74;
}
</style>
border-color css
<style>
span { border-color: #7B0C74; }
span { border-color: rgb(123,12,116); }
td.TdClassName
{
border-color: #7B0C74;
}
.TagClassName
{
border-color: #7B0C74;
}
</style>