#740173

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

Shades of Purple #740173

Tints of Purple #740173

Color information

#740173 (or 0x740173) is unknown color: approx Purple. HEX triplet: 74, 01 and 73. RGB value is (116,1,115). Sum of RGB (Red+Green+Blue) = 116+1+115=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #740173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740173 is #8BFE8C. Grayscale: #303030. Windows color (decimal): -9174669 or 7537012. OLE color: 7537012.

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

Color convert

RGB1161115-
CMYK00.990.010.55
HSL300.52º98.29%22.94%-
HSV(B)300.52º99.14%45.49%-
XYZ10.314.9716.64-
YUV48.38165.6176.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 115 (45.31% from 255) = 49.57%
R=50%
G=0.43%
B=49.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116111500.990.010.55300.5298.2922.94
Hex7417306313712d6217
Octal1641163014316745514227
Binary111010011110011011000111110111100101101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740173; }

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

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

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

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

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

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

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

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