Shades of Purple #7B1283
Tints of Purple #7B1283
RGB
CMYK
RGB Variations
Color information
#7B1283 (or 0x7B1283) is known color: Purple. HEX triplet: 7B, 12 and 83. RGB value is (123,18,131). Sum of RGB (Red+Green+Blue) = 123+18+131=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #7B1283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1283 is #84ED7C. Grayscale: #3D3D3D. Windows color (decimal): -8711549 or 8589947. OLE color: 8589947.
HSL color Cylindrical-coordinate representation of color #7B1283: hue angle of 295.75º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1283 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 18 | 131 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.49 |
| HSL | 295.75º | 0.76% | 0.29% | - |
| HSV(B) | 295.75º | 0.86% | 0.51% | - |
| XYZ | 12.48 | 6.28 | 22.03 | - |
| YUV | 62.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 131 | 0.06 | 0.86 | 0 | 0.49 | 295.75 | 0.76 | 0.29 |
| Hex | 7B | 12 | 83 | 6 | 56 | 0 | 31 | 128 | 4C | 1D |
| Octal | 173 | 22 | 203 | 6 | 126 | 0 | 61 | 450 | 114 | 35 |
| Binary | 1111011 | 10010 | 10000011 | 110 | 1010110 | 0 | 110001 | 100101000 | 1001100 | 11101 |
Color Harmonies of #7B1283
Complementary color
Monochromatic Colors of #7B1283
Black with #7B1283
Text Example
Text Example
White with #7B1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1283; }
p { color: rgb(123,18,131); }
H1.HeaderClassName
{
color: #7B1283;
}
.AnyTagClassName
{
color: #7B1283;
}
</style>
background-color css
<style>
a { background-color: #7B1283; }
a { background-color: rgb(123,18,131); }
div.DivClassName
{
background-color: #7B1283;
}
.BgClassName
{
background-color: #7B1283;
}
</style>
border-color css
<style>
span { border-color: #7B1283; }
span { border-color: rgb(123,18,131); }
td.TdClassName
{
border-color: #7B1283;
}
.TagClassName
{
border-color: #7B1283;
}
</style>