Shades of Dark Purple #7B0F68
Tints of Dark Purple #7B0F68
RGB
CMYK
RGB Variations
Color information
#7B0F68 (or 0x7B0F68) is known color: Dark Purple. HEX triplet: 7B, 0F and 68. RGB value is (123,15,104). Sum of RGB (Red+Green+Blue) = 123+15+104=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0F68 is #84F097. Grayscale: #393939. Windows color (decimal): -8712344 or 6819707. OLE color: 6819707.
HSL color Cylindrical-coordinate representation of color #7B0F68: hue angle of 310.56º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B0F68 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 15 | 104 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.52 |
| HSL | 310.56º | 0.78% | 0.27% | - |
| HSV(B) | 310.56º | 0.88% | 0.48% | - |
| XYZ | 10.84 | 5.55 | 13.6 | - |
| YUV | 57.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 15 | 104 | 0 | 0.88 | 0.15 | 0.52 | 310.56 | 0.78 | 0.27 |
| Hex | 7B | F | 68 | 0 | 58 | F | 34 | 137 | 4E | 1B |
| Octal | 173 | 17 | 150 | 0 | 130 | 17 | 64 | 467 | 116 | 33 |
| Binary | 1111011 | 1111 | 1101000 | 0 | 1011000 | 1111 | 110100 | 100110111 | 1001110 | 11011 |
Color Harmonies of #7B0F68
Complementary color
Monochromatic Colors of #7B0F68
Black with #7B0F68
Text Example
Text Example
White with #7B0F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0F68; }
p { color: rgb(123,15,104); }
H1.HeaderClassName
{
color: #7B0F68;
}
.AnyTagClassName
{
color: #7B0F68;
}
</style>
background-color css
<style>
a { background-color: #7B0F68; }
a { background-color: rgb(123,15,104); }
div.DivClassName
{
background-color: #7B0F68;
}
.BgClassName
{
background-color: #7B0F68;
}
</style>
border-color css
<style>
span { border-color: #7B0F68; }
span { border-color: rgb(123,15,104); }
td.TdClassName
{
border-color: #7B0F68;
}
.TagClassName
{
border-color: #7B0F68;
}
</style>