#740A6F

Color #740A6F Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #740A6F

Tints of Purple #740A6F

Color information

#740A6F (or 0x740A6F) is unknown color: approx Purple. HEX triplet: 74, 0A and 6F. RGB value is (116,10,111). Sum of RGB (Red+Green+Blue) = 116+10+111=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #740A6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740A6F is #8BF590. Grayscale: #343434. Windows color (decimal): -9172369 or 7277172. OLE color: 7277172.

HSL color Cylindrical-coordinate representation of color #740A6F: hue angle of 302.83º 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 #740A6F is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11610111-
CMYK00.910.040.55
HSL302.83º84.13%24.71%-
HSV(B)302.83º91.38%45.49%-
XYZ10.185.0815.48-
YUV53.21160.62172.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 10 (4.30% from 255) = 4.22%
BLUE value IS 111 (43.75% from 255) = 46.84%
R=48.95%
G=4.22%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161011100.910.040.55302.8384.1324.71
Hex74A6F05B43712f5419
Octal16412157013346745712431
Binary11101001010110111101011011100110111100101111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740A6F; }

 p { color: rgb(116,10,111); }

 H1.HeaderClassName
 {
   color: #740A6F;
 }
 .AnyTagClassName
 {
   color: #740A6F;
 }
</style>
background-color css

<style>
 a { background-color: #740A6F; }

 a { background-color: rgb(116,10,111); }

 div.DivClassName
 {
   background-color: #740A6F;
 }
 .BgClassName
 {
   background-color: #740A6F;
 }
</style>
border-color css

<style>
 span { border-color: #740A6F; }

 span { border-color: rgb(116,10,111); }

 td.TdClassName
 {
   border-color: #740A6F;
 }
 .TagClassName
 {
   border-color: #740A6F;
 }
</style>