Shades of Purple #7B036C
Tints of Purple #7B036C
RGB
CMYK
RGB Variations
Color information
#7B036C (or 0x7B036C) is known color: Purple. HEX triplet: 7B, 03 and 6C. RGB value is (123,3,108). Sum of RGB (Red+Green+Blue) = 123+3+108=234 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.56% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 123 - color contains mainly: red. Hex color #7B036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B036C is #84FC93. Grayscale: #323232. Windows color (decimal): -8715412 or 7078779. OLE color: 7078779.
HSL color Cylindrical-coordinate representation of color #7B036C: hue angle of 307.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B036C is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.52 |
| HSL | 307.5º | 0.95% | 0.25% | - |
| HSV(B) | 307.5º | 0.98% | 0.48% | - |
| XYZ | 10.91 | 5.36 | 14.65 | - |
| YUV | 50.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 108 | 0 | 0.98 | 0.12 | 0.52 | 307.5 | 0.95 | 0.25 |
| Hex | 7B | 3 | 6C | 0 | 62 | C | 34 | 134 | 5F | 19 |
| Octal | 173 | 3 | 154 | 0 | 142 | 14 | 64 | 464 | 137 | 31 |
| Binary | 1111011 | 11 | 1101100 | 0 | 1100010 | 1100 | 110100 | 100110100 | 1011111 | 11001 |
Color Harmonies of #7B036C
Complementary color
Monochromatic Colors of #7B036C
Black with #7B036C
Text Example
Text Example
White with #7B036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B036C; }
p { color: rgb(123,3,108); }
H1.HeaderClassName
{
color: #7B036C;
}
.AnyTagClassName
{
color: #7B036C;
}
</style>
background-color css
<style>
a { background-color: #7B036C; }
a { background-color: rgb(123,3,108); }
div.DivClassName
{
background-color: #7B036C;
}
.BgClassName
{
background-color: #7B036C;
}
</style>
border-color css
<style>
span { border-color: #7B036C; }
span { border-color: rgb(123,3,108); }
td.TdClassName
{
border-color: #7B036C;
}
.TagClassName
{
border-color: #7B036C;
}
</style>