Shades of Purple #7B0283
Tints of Purple #7B0283
RGB
CMYK
RGB Variations
Color information
#7B0283 (or 0x7B0283) is known color: Purple. HEX triplet: 7B, 02 and 83. RGB value is (123,2,131). Sum of RGB (Red+Green+Blue) = 123+2+131=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #7B0283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0283 is #84FD7C. Grayscale: #343434. Windows color (decimal): -8715645 or 8585851. OLE color: 8585851.
HSL color Cylindrical-coordinate representation of color #7B0283: hue angle of 296.28º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B0283 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 2 | 131 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.49 |
| HSL | 296.28º | 0.97% | 0.26% | - |
| HSV(B) | 296.28º | 0.98% | 0.51% | - |
| XYZ | 12.29 | 5.89 | 21.96 | - |
| YUV | 52.89 | 172.09 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 2 | 131 | 0.06 | 0.98 | 0 | 0.49 | 296.28 | 0.97 | 0.26 |
| Hex | 7B | 2 | 83 | 6 | 62 | 0 | 31 | 128 | 61 | 1A |
| Octal | 173 | 2 | 203 | 6 | 142 | 0 | 61 | 450 | 141 | 32 |
| Binary | 1111011 | 10 | 10000011 | 110 | 1100010 | 0 | 110001 | 100101000 | 1100001 | 11010 |
Color Harmonies of #7B0283
Complementary color
Monochromatic Colors of #7B0283
Black with #7B0283
Text Example
Text Example
White with #7B0283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0283; }
p { color: rgb(123,2,131); }
H1.HeaderClassName
{
color: #7B0283;
}
.AnyTagClassName
{
color: #7B0283;
}
</style>
background-color css
<style>
a { background-color: #7B0283; }
a { background-color: rgb(123,2,131); }
div.DivClassName
{
background-color: #7B0283;
}
.BgClassName
{
background-color: #7B0283;
}
</style>
border-color css
<style>
span { border-color: #7B0283; }
span { border-color: rgb(123,2,131); }
td.TdClassName
{
border-color: #7B0283;
}
.TagClassName
{
border-color: #7B0283;
}
</style>