#740970

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

Shades of Purple #740970

Tints of Purple #740970

Color information

#740970 (or 0x740970) is unknown color: approx Purple. HEX triplet: 74, 09 and 70. RGB value is (116,9,112). Sum of RGB (Red+Green+Blue) = 116+9+112=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #740970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740970 is #8BF68F. Grayscale: #343434. Windows color (decimal): -9172624 or 7342452. OLE color: 7342452.

HSL color Cylindrical-coordinate representation of color #740970: hue angle of 302.24º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740970 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB1169112-
CMYK00.920.030.55
HSL302.24º85.6%24.51%-
HSV(B)302.24º92.24%45.49%-
XYZ10.225.0815.77-
YUV52.74161.45173.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 112 (44.14% from 255) = 47.26%
R=48.95%
G=3.80%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116911200.920.030.55302.2485.624.51
Hex7497005C33712e5619
Octal16411160013436745612631
Binary1110100100111100000101110011110111100101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740970; }

 p { color: rgb(116,9,112); }

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

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

 a { background-color: rgb(116,9,112); }

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

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

 span { border-color: rgb(116,9,112); }

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