Shades of Dark Purple #7E0F65
Tints of Dark Purple #7E0F65
RGB
CMYK
RGB Variations
Color information
#7E0F65 (or 0x7E0F65) is known color: Dark Purple. HEX triplet: 7E, 0F and 65. RGB value is (126,15,101). Sum of RGB (Red+Green+Blue) = 126+15+101=242 (32% of max value = 765). Red value is 126 (49.61% from 255 or 52.07% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0F65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0F65 is #81F09A. Grayscale: #393939. Windows color (decimal): -8515739 or 6623102. OLE color: 6623102.
HSL color Cylindrical-coordinate representation of color #7E0F65: hue angle of 313.51º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E0F65 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 15 | 101 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.51 |
| HSL | 313.51º | 0.79% | 0.28% | - |
| HSV(B) | 313.51º | 0.88% | 0.49% | - |
| XYZ | 11.12 | 5.72 | 12.83 | - |
| YUV | 57.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 15 | 101 | 0 | 0.88 | 0.20 | 0.51 | 313.51 | 0.79 | 0.28 |
| Hex | 7E | F | 65 | 0 | 58 | 14 | 33 | 13A | 4F | 1C |
| Octal | 176 | 17 | 145 | 0 | 130 | 24 | 63 | 472 | 117 | 34 |
| Binary | 1111110 | 1111 | 1100101 | 0 | 1011000 | 10100 | 110011 | 100111010 | 1001111 | 11100 |
Color Harmonies of #7E0F65
Complementary color
Monochromatic Colors of #7E0F65
Black with #7E0F65
Text Example
Text Example
White with #7E0F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0F65; }
p { color: rgb(126,15,101); }
H1.HeaderClassName
{
color: #7E0F65;
}
.AnyTagClassName
{
color: #7E0F65;
}
</style>
background-color css
<style>
a { background-color: #7E0F65; }
a { background-color: rgb(126,15,101); }
div.DivClassName
{
background-color: #7E0F65;
}
.BgClassName
{
background-color: #7E0F65;
}
</style>
border-color css
<style>
span { border-color: #7E0F65; }
span { border-color: rgb(126,15,101); }
td.TdClassName
{
border-color: #7E0F65;
}
.TagClassName
{
border-color: #7E0F65;
}
</style>