#700946

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

Shades of Tyrian Purple #700946

Tints of Tyrian Purple #700946

Color information

#700946 (or 0x700946) is unknown color: approx Tyrian Purple. HEX triplet: 70, 09 and 46. RGB value is (112,9,70). Sum of RGB (Red+Green+Blue) = 112+9+70=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #700946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700946 is #8FF6B9. Grayscale: #2E2E2E. Windows color (decimal): -9434810 or 4589936. OLE color: 4589936.

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

Color convert

RGB112970-
CMYK00.920.380.56
HSL324.47º85.12%23.73%-
HSV(B)324.47º91.96%43.92%-
XYZ7.894.086.17-
YUV46.75141.12174.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 70 (27.73% from 255) = 36.65%
R=58.64%
G=4.71%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11297000.920.380.56324.4785.1223.73
Hex7094605C26381445518
Octal160111060134467050412530
Binary11100001001100011001011100100110111000101000100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700946; }

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

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

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

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

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

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

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

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