#740070

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

Shades of Purple #740070

Tints of Purple #740070

Color information

#740070 (or 0x740070) is unknown color: approx Purple. HEX triplet: 74, 00 and 70. RGB value is (116,0,112). Sum of RGB (Red+Green+Blue) = 116+0+112=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #740070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740070 is #8BFF8F. Grayscale: #2F2F2F. Windows color (decimal): -9174928 or 7340148. OLE color: 7340148.

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

Color convert

RGB1160112-
CMYK010.030.55
HSL302.07º100%22.75%-
HSV(B)302.07º100%45.49%-
XYZ10.134.8815.74-
YUV47.45164.43176.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 49.12%
R=50.88%
G=0%
B=49.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1160112010.030.55302.0710022.75
Hex7407006433712e6417
Octal1640160014436745614427
Binary1110100011100000110010011110111100101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740070; }

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

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

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

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

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

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

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

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