Shades of Dark Purple #7B236F
Tints of Dark Purple #7B236F
RGB
CMYK
RGB Variations
Color information
#7B236F (or 0x7B236F) is known color: Dark Purple. HEX triplet: 7B, 23 and 6F. RGB value is (123,35,111). Sum of RGB (Red+Green+Blue) = 123+35+111=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 123 - color contains mainly: red. Hex color #7B236F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B236F is #84DC90. Grayscale: #454545. Windows color (decimal): -8707217 or 7283579. OLE color: 7283579.
HSL color Cylindrical-coordinate representation of color #7B236F: hue angle of 308.18º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B236F is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 35 | 111 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.52 |
| HSL | 308.18º | 0.56% | 0.31% | - |
| HSV(B) | 308.18º | 0.72% | 0.48% | - |
| XYZ | 11.64 | 6.56 | 15.69 | - |
| YUV | 69.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 35 | 111 | 0 | 0.72 | 0.10 | 0.52 | 308.18 | 0.56 | 0.31 |
| Hex | 7B | 23 | 6F | 0 | 48 | A | 34 | 134 | 38 | 1F |
| Octal | 173 | 43 | 157 | 0 | 110 | 12 | 64 | 464 | 70 | 37 |
| Binary | 1111011 | 100011 | 1101111 | 0 | 1001000 | 1010 | 110100 | 100110100 | 111000 | 11111 |
Color Harmonies of #7B236F
Complementary color
Monochromatic Colors of #7B236F
Black with #7B236F
Text Example
Text Example
White with #7B236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B236F; }
p { color: rgb(123,35,111); }
H1.HeaderClassName
{
color: #7B236F;
}
.AnyTagClassName
{
color: #7B236F;
}
</style>
background-color css
<style>
a { background-color: #7B236F; }
a { background-color: rgb(123,35,111); }
div.DivClassName
{
background-color: #7B236F;
}
.BgClassName
{
background-color: #7B236F;
}
</style>
border-color css
<style>
span { border-color: #7B236F; }
span { border-color: rgb(123,35,111); }
td.TdClassName
{
border-color: #7B236F;
}
.TagClassName
{
border-color: #7B236F;
}
</style>