Shades of Purple #740362
Tints of Purple #740362
RGB
CMYK
RGB Variations
Color information
#740362 (or 0x740362) is known color: Purple. HEX triplet: 74, 03 and 62. RGB value is (116,3,98). Sum of RGB (Red+Green+Blue) = 116+3+98=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #740362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740362 is #8BFC9D. Grayscale: #2F2F2F. Windows color (decimal): -9174174 or 6423412. OLE color: 6423412.
HSL color Cylindrical-coordinate representation of color #740362: hue angle of 309.56º 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 #740362 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 3 | 98 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.55 |
| HSL | 309.56º | 0.95% | 0.23% | - |
| HSV(B) | 309.56º | 0.97% | 0.45% | - |
| XYZ | 9.44 | 4.66 | 11.96 | - |
| YUV | 47.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 98 | 0 | 0.97 | 0.16 | 0.55 | 309.56 | 0.95 | 0.23 |
| Hex | 74 | 3 | 62 | 0 | 61 | 10 | 37 | 136 | 5F | 17 |
| Octal | 164 | 3 | 142 | 0 | 141 | 20 | 67 | 466 | 137 | 27 |
| Binary | 1110100 | 11 | 1100010 | 0 | 1100001 | 10000 | 110111 | 100110110 | 1011111 | 10111 |
Color Harmonies of #740362
Complementary color
Monochromatic Colors of #740362
Black with #740362
Text Example
Text Example
White with #740362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740362; }
p { color: rgb(116,3,98); }
H1.HeaderClassName
{
color: #740362;
}
.AnyTagClassName
{
color: #740362;
}
</style>
background-color css
<style>
a { background-color: #740362; }
a { background-color: rgb(116,3,98); }
div.DivClassName
{
background-color: #740362;
}
.BgClassName
{
background-color: #740362;
}
</style>
border-color css
<style>
span { border-color: #740362; }
span { border-color: rgb(116,3,98); }
td.TdClassName
{
border-color: #740362;
}
.TagClassName
{
border-color: #740362;
}
</style>