Shades of Purple #740A6D
Tints of Purple #740A6D
RGB
CMYK
RGB Variations
Color information
#740A6D (or 0x740A6D) is known color: Purple. HEX triplet: 74, 0A and 6D. RGB value is (116,10,109). Sum of RGB (Red+Green+Blue) = 116+10+109=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #740A6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740A6D is #8BF592. Grayscale: #343434. Windows color (decimal): -9172371 or 7146100. OLE color: 7146100.
HSL color Cylindrical-coordinate representation of color #740A6D: hue angle of 303.96º 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 #740A6D is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 10 | 109 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.55 |
| HSL | 303.96º | 0.84% | 0.25% | - |
| HSV(B) | 303.96º | 0.91% | 0.45% | - |
| XYZ | 10.07 | 5.03 | 14.91 | - |
| YUV | 52.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 109 | 0 | 0.91 | 0.06 | 0.55 | 303.96 | 0.84 | 0.25 |
| Hex | 74 | A | 6D | 0 | 5B | 6 | 37 | 130 | 54 | 19 |
| Octal | 164 | 12 | 155 | 0 | 133 | 6 | 67 | 460 | 124 | 31 |
| Binary | 1110100 | 1010 | 1101101 | 0 | 1011011 | 110 | 110111 | 100110000 | 1010100 | 11001 |
Color Harmonies of #740A6D
Complementary color
Monochromatic Colors of #740A6D
Black with #740A6D
Text Example
Text Example
White with #740A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A6D; }
p { color: rgb(116,10,109); }
H1.HeaderClassName
{
color: #740A6D;
}
.AnyTagClassName
{
color: #740A6D;
}
</style>
background-color css
<style>
a { background-color: #740A6D; }
a { background-color: rgb(116,10,109); }
div.DivClassName
{
background-color: #740A6D;
}
.BgClassName
{
background-color: #740A6D;
}
</style>
border-color css
<style>
span { border-color: #740A6D; }
span { border-color: rgb(116,10,109); }
td.TdClassName
{
border-color: #740A6D;
}
.TagClassName
{
border-color: #740A6D;
}
</style>