Shades of Purple #740370
Tints of Purple #740370
RGB
CMYK
RGB Variations
Color information
#740370 (or 0x740370) is known color: Purple. HEX triplet: 74, 03 and 70. RGB value is (116,3,112). Sum of RGB (Red+Green+Blue) = 116+3+112=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #740370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740370 is #8BFC8F. Grayscale: #303030. Windows color (decimal): -9174160 or 7340916. OLE color: 7340916.
HSL color Cylindrical-coordinate representation of color #740370: hue angle of 302.12º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740370 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 3 | 112 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.55 |
| HSL | 302.12º | 0.95% | 0.23% | - |
| HSV(B) | 302.12º | 0.97% | 0.45% | - |
| XYZ | 10.16 | 4.95 | 15.75 | - |
| YUV | 49.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 112 | 0 | 0.97 | 0.03 | 0.55 | 302.12 | 0.95 | 0.23 |
| Hex | 74 | 3 | 70 | 0 | 61 | 3 | 37 | 12E | 5F | 17 |
| Octal | 164 | 3 | 160 | 0 | 141 | 3 | 67 | 456 | 137 | 27 |
| Binary | 1110100 | 11 | 1110000 | 0 | 1100001 | 11 | 110111 | 100101110 | 1011111 | 10111 |
Color Harmonies of #740370
Complementary color
Monochromatic Colors of #740370
Black with #740370
Text Example
Text Example
White with #740370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740370; }
p { color: rgb(116,3,112); }
H1.HeaderClassName
{
color: #740370;
}
.AnyTagClassName
{
color: #740370;
}
</style>
background-color css
<style>
a { background-color: #740370; }
a { background-color: rgb(116,3,112); }
div.DivClassName
{
background-color: #740370;
}
.BgClassName
{
background-color: #740370;
}
</style>
border-color css
<style>
span { border-color: #740370; }
span { border-color: rgb(116,3,112); }
td.TdClassName
{
border-color: #740370;
}
.TagClassName
{
border-color: #740370;
}
</style>