Shades of Purple #740F7C
Tints of Purple #740F7C
RGB
CMYK
RGB Variations
Color information
#740F7C (or 0x740F7C) is known color: Purple. HEX triplet: 74, 0F and 7C. RGB value is (116,15,124). Sum of RGB (Red+Green+Blue) = 116+15+124=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #740F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740F7C is #8BF083. Grayscale: #393939. Windows color (decimal): -9171076 or 8130420. OLE color: 8130420.
HSL color Cylindrical-coordinate representation of color #740F7C: hue angle of 295.6º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740F7C is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 15 | 124 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.51 |
| HSL | 295.6º | 0.78% | 0.27% | - |
| HSV(B) | 295.6º | 0.88% | 0.49% | - |
| XYZ | 11.01 | 5.51 | 19.55 | - |
| YUV | 57.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 124 | 0.06 | 0.88 | 0 | 0.51 | 295.6 | 0.78 | 0.27 |
| Hex | 74 | F | 7C | 6 | 58 | 0 | 33 | 128 | 4E | 1B |
| Octal | 164 | 17 | 174 | 6 | 130 | 0 | 63 | 450 | 116 | 33 |
| Binary | 1110100 | 1111 | 1111100 | 110 | 1011000 | 0 | 110011 | 100101000 | 1001110 | 11011 |
Color Harmonies of #740F7C
Complementary color
Monochromatic Colors of #740F7C
Black with #740F7C
Text Example
Text Example
White with #740F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740F7C; }
p { color: rgb(116,15,124); }
H1.HeaderClassName
{
color: #740F7C;
}
.AnyTagClassName
{
color: #740F7C;
}
</style>
background-color css
<style>
a { background-color: #740F7C; }
a { background-color: rgb(116,15,124); }
div.DivClassName
{
background-color: #740F7C;
}
.BgClassName
{
background-color: #740F7C;
}
</style>
border-color css
<style>
span { border-color: #740F7C; }
span { border-color: rgb(116,15,124); }
td.TdClassName
{
border-color: #740F7C;
}
.TagClassName
{
border-color: #740F7C;
}
</style>