Shades of Dark Purple #7B267E
Tints of Dark Purple #7B267E
RGB
CMYK
RGB Variations
Color information
#7B267E (or 0x7B267E) is known color: Dark Purple. HEX triplet: 7B, 26 and 7E. RGB value is (123,38,126). Sum of RGB (Red+Green+Blue) = 123+38+126=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 126 - color contains mainly: blue. Hex color #7B267E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B267E is #84D981. Grayscale: #494949. Windows color (decimal): -8706434 or 8267387. OLE color: 8267387.
HSL color Cylindrical-coordinate representation of color #7B267E: hue angle of 297.95º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B267E is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 38 | 126 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.51 |
| HSL | 297.95º | 0.54% | 0.32% | - |
| HSV(B) | 297.95º | 0.7% | 0.49% | - |
| XYZ | 12.63 | 7.1 | 20.44 | - |
| YUV | 73.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 38 | 126 | 0.02 | 0.70 | 0 | 0.51 | 297.95 | 0.54 | 0.32 |
| Hex | 7B | 26 | 7E | 2 | 46 | 0 | 33 | 12A | 36 | 20 |
| Octal | 173 | 46 | 176 | 2 | 106 | 0 | 63 | 452 | 66 | 40 |
| Binary | 1111011 | 100110 | 1111110 | 10 | 1000110 | 0 | 110011 | 100101010 | 110110 | 100000 |
Color Harmonies of #7B267E
Complementary color
Monochromatic Colors of #7B267E
Black with #7B267E
Text Example
Text Example
White with #7B267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B267E; }
p { color: rgb(123,38,126); }
H1.HeaderClassName
{
color: #7B267E;
}
.AnyTagClassName
{
color: #7B267E;
}
</style>
background-color css
<style>
a { background-color: #7B267E; }
a { background-color: rgb(123,38,126); }
div.DivClassName
{
background-color: #7B267E;
}
.BgClassName
{
background-color: #7B267E;
}
</style>
border-color css
<style>
span { border-color: #7B267E; }
span { border-color: rgb(123,38,126); }
td.TdClassName
{
border-color: #7B267E;
}
.TagClassName
{
border-color: #7B267E;
}
</style>