Shades of Dark Purple #7B217E
Tints of Dark Purple #7B217E
RGB
CMYK
RGB Variations
Color information
#7B217E (or 0x7B217E) is known color: Dark Purple. HEX triplet: 7B, 21 and 7E. RGB value is (123,33,126). Sum of RGB (Red+Green+Blue) = 123+33+126=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #7B217E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B217E is #84DE81. Grayscale: #464646. Windows color (decimal): -8707714 or 8266107. OLE color: 8266107.
HSL color Cylindrical-coordinate representation of color #7B217E: hue angle of 298.06º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B217E is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 33 | 126 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.51 |
| HSL | 298.06º | 0.58% | 0.31% | - |
| HSV(B) | 298.06º | 0.74% | 0.49% | - |
| XYZ | 12.48 | 6.81 | 20.39 | - |
| YUV | 70.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 33 | 126 | 0.02 | 0.74 | 0 | 0.51 | 298.06 | 0.58 | 0.31 |
| Hex | 7B | 21 | 7E | 2 | 4A | 0 | 33 | 12A | 3A | 1F |
| Octal | 173 | 41 | 176 | 2 | 112 | 0 | 63 | 452 | 72 | 37 |
| Binary | 1111011 | 100001 | 1111110 | 10 | 1001010 | 0 | 110011 | 100101010 | 111010 | 11111 |
Color Harmonies of #7B217E
Complementary color
Monochromatic Colors of #7B217E
Black with #7B217E
Text Example
Text Example
White with #7B217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B217E; }
p { color: rgb(123,33,126); }
H1.HeaderClassName
{
color: #7B217E;
}
.AnyTagClassName
{
color: #7B217E;
}
</style>
background-color css
<style>
a { background-color: #7B217E; }
a { background-color: rgb(123,33,126); }
div.DivClassName
{
background-color: #7B217E;
}
.BgClassName
{
background-color: #7B217E;
}
</style>
border-color css
<style>
span { border-color: #7B217E; }
span { border-color: rgb(123,33,126); }
td.TdClassName
{
border-color: #7B217E;
}
.TagClassName
{
border-color: #7B217E;
}
</style>