Shades of Purple #740F7E
Tints of Purple #740F7E
RGB
CMYK
RGB Variations
Color information
#740F7E (or 0x740F7E) is known color: Purple. HEX triplet: 74, 0F and 7E. RGB value is (116,15,126). Sum of RGB (Red+Green+Blue) = 116+15+126=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #740F7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740F7E is #8BF081. Grayscale: #393939. Windows color (decimal): -9171074 or 8261492. OLE color: 8261492.
HSL color Cylindrical-coordinate representation of color #740F7E: hue angle of 294.59º 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 #740F7E is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 15 | 126 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.51 |
| HSL | 294.59º | 0.79% | 0.28% | - |
| HSV(B) | 294.59º | 0.88% | 0.49% | - |
| XYZ | 11.14 | 5.56 | 20.22 | - |
| YUV | 57.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 126 | 0.08 | 0.88 | 0 | 0.51 | 294.59 | 0.79 | 0.28 |
| Hex | 74 | F | 7E | 8 | 58 | 0 | 33 | 127 | 4F | 1C |
| Octal | 164 | 17 | 176 | 10 | 130 | 0 | 63 | 447 | 117 | 34 |
| Binary | 1110100 | 1111 | 1111110 | 1000 | 1011000 | 0 | 110011 | 100100111 | 1001111 | 11100 |
Color Harmonies of #740F7E
Complementary color
Monochromatic Colors of #740F7E
Black with #740F7E
Text Example
Text Example
White with #740F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740F7E; }
p { color: rgb(116,15,126); }
H1.HeaderClassName
{
color: #740F7E;
}
.AnyTagClassName
{
color: #740F7E;
}
</style>
background-color css
<style>
a { background-color: #740F7E; }
a { background-color: rgb(116,15,126); }
div.DivClassName
{
background-color: #740F7E;
}
.BgClassName
{
background-color: #740F7E;
}
</style>
border-color css
<style>
span { border-color: #740F7E; }
span { border-color: rgb(116,15,126); }
td.TdClassName
{
border-color: #740F7E;
}
.TagClassName
{
border-color: #740F7E;
}
</style>