Shades of Purple #740A70
Tints of Purple #740A70
RGB
CMYK
RGB Variations
Color information
#740A70 (or 0x740A70) is known color: Purple. HEX triplet: 74, 0A and 70. RGB value is (116,10,112). Sum of RGB (Red+Green+Blue) = 116+10+112=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #740A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740A70 is #8BF58F. Grayscale: #353535. Windows color (decimal): -9172368 or 7342708. OLE color: 7342708.
HSL color Cylindrical-coordinate representation of color #740A70: hue angle of 302.26º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740A70 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 10 | 112 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.55 |
| HSL | 302.26º | 0.84% | 0.25% | - |
| HSV(B) | 302.26º | 0.91% | 0.45% | - |
| XYZ | 10.24 | 5.1 | 15.77 | - |
| YUV | 53.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 112 | 0 | 0.91 | 0.03 | 0.55 | 302.26 | 0.84 | 0.25 |
| Hex | 74 | A | 70 | 0 | 5B | 3 | 37 | 12E | 54 | 19 |
| Octal | 164 | 12 | 160 | 0 | 133 | 3 | 67 | 456 | 124 | 31 |
| Binary | 1110100 | 1010 | 1110000 | 0 | 1011011 | 11 | 110111 | 100101110 | 1010100 | 11001 |
Color Harmonies of #740A70
Complementary color
Monochromatic Colors of #740A70
Black with #740A70
Text Example
Text Example
White with #740A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A70; }
p { color: rgb(116,10,112); }
H1.HeaderClassName
{
color: #740A70;
}
.AnyTagClassName
{
color: #740A70;
}
</style>
background-color css
<style>
a { background-color: #740A70; }
a { background-color: rgb(116,10,112); }
div.DivClassName
{
background-color: #740A70;
}
.BgClassName
{
background-color: #740A70;
}
</style>
border-color css
<style>
span { border-color: #740A70; }
span { border-color: rgb(116,10,112); }
td.TdClassName
{
border-color: #740A70;
}
.TagClassName
{
border-color: #740A70;
}
</style>