Shades of Purple #7B0B6D
Tints of Purple #7B0B6D
RGB
CMYK
RGB Variations
Color information
#7B0B6D (or 0x7B0B6D) is known color: Purple. HEX triplet: 7B, 0B and 6D. RGB value is (123,11,109). Sum of RGB (Red+Green+Blue) = 123+11+109=243 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.62% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0B6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0B6D is #84F492. Grayscale: #373737. Windows color (decimal): -8713363 or 7146363. OLE color: 7146363.
HSL color Cylindrical-coordinate representation of color #7B0B6D: hue angle of 307.5º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0B6D is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 11 | 109 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.52 |
| HSL | 307.5º | 0.84% | 0.26% | - |
| HSV(B) | 307.5º | 0.91% | 0.48% | - |
| XYZ | 11.05 | 5.55 | 14.96 | - |
| YUV | 55.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 11 | 109 | 0 | 0.91 | 0.11 | 0.52 | 307.5 | 0.84 | 0.26 |
| Hex | 7B | B | 6D | 0 | 5B | B | 34 | 134 | 54 | 1A |
| Octal | 173 | 13 | 155 | 0 | 133 | 13 | 64 | 464 | 124 | 32 |
| Binary | 1111011 | 1011 | 1101101 | 0 | 1011011 | 1011 | 110100 | 100110100 | 1010100 | 11010 |
Color Harmonies of #7B0B6D
Complementary color
Monochromatic Colors of #7B0B6D
Black with #7B0B6D
Text Example
Text Example
White with #7B0B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0B6D; }
p { color: rgb(123,11,109); }
H1.HeaderClassName
{
color: #7B0B6D;
}
.AnyTagClassName
{
color: #7B0B6D;
}
</style>
background-color css
<style>
a { background-color: #7B0B6D; }
a { background-color: rgb(123,11,109); }
div.DivClassName
{
background-color: #7B0B6D;
}
.BgClassName
{
background-color: #7B0B6D;
}
</style>
border-color css
<style>
span { border-color: #7B0B6D; }
span { border-color: rgb(123,11,109); }
td.TdClassName
{
border-color: #7B0B6D;
}
.TagClassName
{
border-color: #7B0B6D;
}
</style>