Shades of Purple #7B1885
Tints of Purple #7B1885
RGB
CMYK
RGB Variations
Color information
#7B1885 (or 0x7B1885) is known color: Purple. HEX triplet: 7B, 18 and 85. RGB value is (123,24,133). Sum of RGB (Red+Green+Blue) = 123+24+133=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B1885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1885 is #84E77A. Grayscale: #414141. Windows color (decimal): -8710011 or 8722555. OLE color: 8722555.
HSL color Cylindrical-coordinate representation of color #7B1885: hue angle of 294.5º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B1885 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 24 | 133 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.48 |
| HSL | 294.5º | 0.69% | 0.31% | - |
| HSV(B) | 294.5º | 0.82% | 0.52% | - |
| XYZ | 12.73 | 6.56 | 22.79 | - |
| YUV | 66.03 | 165.8 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 24 | 133 | 0.08 | 0.82 | 0 | 0.48 | 294.5 | 0.69 | 0.31 |
| Hex | 7B | 18 | 85 | 8 | 52 | 0 | 30 | 126 | 45 | 1F |
| Octal | 173 | 30 | 205 | 10 | 122 | 0 | 60 | 446 | 105 | 37 |
| Binary | 1111011 | 11000 | 10000101 | 1000 | 1010010 | 0 | 110000 | 100100110 | 1000101 | 11111 |
Color Harmonies of #7B1885
Complementary color
Monochromatic Colors of #7B1885
Black with #7B1885
Text Example
Text Example
White with #7B1885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1885; }
p { color: rgb(123,24,133); }
H1.HeaderClassName
{
color: #7B1885;
}
.AnyTagClassName
{
color: #7B1885;
}
</style>
background-color css
<style>
a { background-color: #7B1885; }
a { background-color: rgb(123,24,133); }
div.DivClassName
{
background-color: #7B1885;
}
.BgClassName
{
background-color: #7B1885;
}
</style>
border-color css
<style>
span { border-color: #7B1885; }
span { border-color: rgb(123,24,133); }
td.TdClassName
{
border-color: #7B1885;
}
.TagClassName
{
border-color: #7B1885;
}
</style>