#700940

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

Shades of Tyrian Purple #700940

Tints of Tyrian Purple #700940

Color information

#700940 (or 0x700940) is unknown color: approx Tyrian Purple. HEX triplet: 70, 09 and 40. RGB value is (112,9,64). Sum of RGB (Red+Green+Blue) = 112+9+64=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #700940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700940 is #8FF6BF. Grayscale: #2D2D2D. Windows color (decimal): -9434816 or 4196720. OLE color: 4196720.

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

Color convert

RGB112964-
CMYK00.920.430.56
HSL327.96º85.12%23.73%-
HSV(B)327.96º91.96%43.92%-
XYZ7.714.015.22-
YUV46.07138.12175.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.54%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=60.54%
G=4.86%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11296400.920.430.56327.9685.1223.73
Hex7094005C2B381485518
Octal160111000134537051012530
Binary11100001001100000001011100101011111000101001000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700940; }

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

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

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

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

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

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

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

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