Shades of Purple #7B1484
Tints of Purple #7B1484
RGB
CMYK
RGB Variations
Color information
#7B1484 (or 0x7B1484) is known color: Purple. HEX triplet: 7B, 14 and 84. RGB value is (123,20,132). Sum of RGB (Red+Green+Blue) = 123+20+132=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B1484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1484 is #84EB7B. Grayscale: #3F3F3F. Windows color (decimal): -8711036 or 8655995. OLE color: 8655995.
HSL color Cylindrical-coordinate representation of color #7B1484: hue angle of 295.18º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1484 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 20 | 132 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.48 |
| HSL | 295.18º | 0.74% | 0.3% | - |
| HSV(B) | 295.18º | 0.85% | 0.52% | - |
| XYZ | 12.58 | 6.38 | 22.4 | - |
| YUV | 63.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 20 | 132 | 0.07 | 0.85 | 0 | 0.48 | 295.18 | 0.74 | 0.3 |
| Hex | 7B | 14 | 84 | 7 | 55 | 0 | 30 | 127 | 4A | 1E |
| Octal | 173 | 24 | 204 | 7 | 125 | 0 | 60 | 447 | 112 | 36 |
| Binary | 1111011 | 10100 | 10000100 | 111 | 1010101 | 0 | 110000 | 100100111 | 1001010 | 11110 |
Color Harmonies of #7B1484
Complementary color
Monochromatic Colors of #7B1484
Black with #7B1484
Text Example
Text Example
White with #7B1484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1484; }
p { color: rgb(123,20,132); }
H1.HeaderClassName
{
color: #7B1484;
}
.AnyTagClassName
{
color: #7B1484;
}
</style>
background-color css
<style>
a { background-color: #7B1484; }
a { background-color: rgb(123,20,132); }
div.DivClassName
{
background-color: #7B1484;
}
.BgClassName
{
background-color: #7B1484;
}
</style>
border-color css
<style>
span { border-color: #7B1484; }
span { border-color: rgb(123,20,132); }
td.TdClassName
{
border-color: #7B1484;
}
.TagClassName
{
border-color: #7B1484;
}
</style>