Shades of Dark Purple #7B236C
Tints of Dark Purple #7B236C
RGB
CMYK
RGB Variations
Color information
#7B236C (or 0x7B236C) is known color: Dark Purple. HEX triplet: 7B, 23 and 6C. RGB value is (123,35,108). Sum of RGB (Red+Green+Blue) = 123+35+108=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 123 - color contains mainly: red. Hex color #7B236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B236C is #84DC93. Grayscale: #454545. Windows color (decimal): -8707220 or 7086971. OLE color: 7086971.
HSL color Cylindrical-coordinate representation of color #7B236C: hue angle of 310.23º 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 #7B236C is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 35 | 108 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.52 |
| HSL | 310.23º | 0.56% | 0.31% | - |
| HSV(B) | 310.23º | 0.72% | 0.48% | - |
| XYZ | 11.48 | 6.5 | 14.84 | - |
| YUV | 69.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 35 | 108 | 0 | 0.72 | 0.12 | 0.52 | 310.23 | 0.56 | 0.31 |
| Hex | 7B | 23 | 6C | 0 | 48 | C | 34 | 136 | 38 | 1F |
| Octal | 173 | 43 | 154 | 0 | 110 | 14 | 64 | 466 | 70 | 37 |
| Binary | 1111011 | 100011 | 1101100 | 0 | 1001000 | 1100 | 110100 | 100110110 | 111000 | 11111 |
Color Harmonies of #7B236C
Complementary color
Monochromatic Colors of #7B236C
Black with #7B236C
Text Example
Text Example
White with #7B236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B236C; }
p { color: rgb(123,35,108); }
H1.HeaderClassName
{
color: #7B236C;
}
.AnyTagClassName
{
color: #7B236C;
}
</style>
background-color css
<style>
a { background-color: #7B236C; }
a { background-color: rgb(123,35,108); }
div.DivClassName
{
background-color: #7B236C;
}
.BgClassName
{
background-color: #7B236C;
}
</style>
border-color css
<style>
span { border-color: #7B236C; }
span { border-color: rgb(123,35,108); }
td.TdClassName
{
border-color: #7B236C;
}
.TagClassName
{
border-color: #7B236C;
}
</style>