#740673

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

Shades of Purple #740673

Tints of Purple #740673

Color information

#740673 (or 0x740673) is unknown color: approx Purple. HEX triplet: 74, 06 and 73. RGB value is (116,6,115). Sum of RGB (Red+Green+Blue) = 116+6+115=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #740673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740673 is #8BF98C. Grayscale: #323232. Windows color (decimal): -9173389 or 7538292. OLE color: 7538292.

HSL color Cylindrical-coordinate representation of color #740673: hue angle of 300.55º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740673 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB1166115-
CMYK00.950.010.55
HSL300.55º90.16%23.92%-
HSV(B)300.55º94.83%45.49%-
XYZ10.365.0816.65-
YUV51.32163.94174.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 6 (2.73% from 255) = 2.53%
BLUE value IS 115 (45.31% from 255) = 48.52%
R=48.95%
G=2.53%
B=48.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116611500.950.010.55300.5590.1623.92
Hex7467305F13712d5a18
Octal1646163013716745513230
Binary11101001101110011010111111110111100101101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740673; }

 p { color: rgb(116,6,115); }

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

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

 a { background-color: rgb(116,6,115); }

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

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

 span { border-color: rgb(116,6,115); }

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