#700740

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

Shades of Tyrian Purple #700740

Tints of Tyrian Purple #700740

Color information

#700740 (or 0x700740) is unknown color: approx Tyrian Purple. HEX triplet: 70, 07 and 40. RGB value is (112,7,64). Sum of RGB (Red+Green+Blue) = 112+7+64=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #700740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700740 is #8FF8BF. Grayscale: #2C2C2C. Windows color (decimal): -9435328 or 4196208. OLE color: 4196208.

HSL color Cylindrical-coordinate representation of color #700740: hue angle of 327.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700740 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB112764-
CMYK00.940.430.56
HSL327.43º88.24%23.33%-
HSV(B)327.43º93.75%43.92%-
XYZ7.683.975.21-
YUV44.89138.79175.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 7 (3.12% from 255) = 3.83%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=61.20%
G=3.83%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11276400.940.430.56327.4388.2423.33
Hex7074005E2B381475817
Octal16071000136537050713027
Binary1110000111100000001011110101011111000101000111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700740; }

 p { color: rgb(112,7,64); }

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

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

 a { background-color: rgb(112,7,64); }

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

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

 span { border-color: rgb(112,7,64); }

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