#700747

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

Shades of Tyrian Purple #700747

Tints of Tyrian Purple #700747

Color information

#700747 (or 0x700747) is unknown color: approx Tyrian Purple. HEX triplet: 70, 07 and 47. RGB value is (112,7,71). Sum of RGB (Red+Green+Blue) = 112+7+71=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #700747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700747 is #8FF8B8. Grayscale: #2D2D2D. Windows color (decimal): -9435321 or 4654960. OLE color: 4654960.

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

Color convert

RGB112771-
CMYK00.940.370.56
HSL323.43º88.24%23.33%-
HSV(B)323.43º93.75%43.92%-
XYZ7.94.056.33-
YUV45.69142.29175.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=58.95%
G=3.68%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11277100.940.370.56323.4388.2423.33
Hex7074705E25381435817
Octal16071070136457050313027
Binary1110000111100011101011110100101111000101000011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700747; }

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

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

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

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

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

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

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

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