#700743

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

Shades of Tyrian Purple #700743

Tints of Tyrian Purple #700743

Color information

#700743 (or 0x700743) is unknown color: approx Tyrian Purple. HEX triplet: 70, 07 and 43. RGB value is (112,7,67). Sum of RGB (Red+Green+Blue) = 112+7+67=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #700743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700743 is #8FF8BC. Grayscale: #2D2D2D. Windows color (decimal): -9435325 or 4392816. OLE color: 4392816.

HSL color Cylindrical-coordinate representation of color #700743: hue angle of 325.71º 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 #700743 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB112767-
CMYK00.940.400.56
HSL325.71º88.24%23.33%-
HSV(B)325.71º93.75%43.92%-
XYZ7.7745.67-
YUV45.24140.29175.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.22%
GREEN value IS 7 (3.12% from 255) = 3.76%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=60.22%
G=3.76%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11276700.940.400.56325.7188.2423.33
Hex7074305E28381465817
Octal16071030136507050613027
Binary1110000111100001101011110101000111000101000110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700743; }

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

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

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

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

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

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

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

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