Shades of Dark Purple #7F307B
Tints of Dark Purple #7F307B
RGB
CMYK
RGB Variations
Color information
#7F307B (or 0x7F307B) is known color: Dark Purple. HEX triplet: 7F, 30 and 7B. RGB value is (127,48,123). Sum of RGB (Red+Green+Blue) = 127+48+123=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 127 - color contains mainly: red. Hex color #7F307B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F307B is #80CF84. Grayscale: #4F4F4F. Windows color (decimal): -8441733 or 8073343. OLE color: 8073343.
HSL color Cylindrical-coordinate representation of color #7F307B: hue angle of 303.04º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F307B is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 48 | 123 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.50 |
| HSL | 303.04º | 0.45% | 0.34% | - |
| HSV(B) | 303.04º | 0.62% | 0.5% | - |
| XYZ | 13.38 | 8.06 | 19.59 | - |
| YUV | 80.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 123 | 0 | 0.62 | 0.03 | 0.50 | 303.04 | 0.45 | 0.34 |
| Hex | 7F | 30 | 7B | 0 | 3E | 3 | 32 | 12F | 2D | 22 |
| Octal | 177 | 60 | 173 | 0 | 76 | 3 | 62 | 457 | 55 | 42 |
| Binary | 1111111 | 110000 | 1111011 | 0 | 111110 | 11 | 110010 | 100101111 | 101101 | 100010 |
Color Harmonies of #7F307B
Complementary color
Monochromatic Colors of #7F307B
Black with #7F307B
Text Example
Text Example
White with #7F307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F307B; }
p { color: rgb(127,48,123); }
H1.HeaderClassName
{
color: #7F307B;
}
.AnyTagClassName
{
color: #7F307B;
}
</style>
background-color css
<style>
a { background-color: #7F307B; }
a { background-color: rgb(127,48,123); }
div.DivClassName
{
background-color: #7F307B;
}
.BgClassName
{
background-color: #7F307B;
}
</style>
border-color css
<style>
span { border-color: #7F307B; }
span { border-color: rgb(127,48,123); }
td.TdClassName
{
border-color: #7F307B;
}
.TagClassName
{
border-color: #7F307B;
}
</style>