#700746

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

Shades of Tyrian Purple #700746

Tints of Tyrian Purple #700746

Color information

#700746 (or 0x700746) is unknown color: approx Tyrian Purple. HEX triplet: 70, 07 and 46. RGB value is (112,7,70). Sum of RGB (Red+Green+Blue) = 112+7+70=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #700746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700746 is #8FF8B9. Grayscale: #2D2D2D. Windows color (decimal): -9435322 or 4589424. OLE color: 4589424.

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

Color convert

RGB112770-
CMYK00.940.380.56
HSL324º88.24%23.33%-
HSV(B)324º93.75%43.92%-
XYZ7.864.046.16-
YUV45.58141.79175.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.26%
GREEN value IS 7 (3.12% from 255) = 3.70%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=59.26%
G=3.70%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11277000.940.380.5632488.2423.33
Hex7074605E26381445817
Octal16071060136467050413027
Binary1110000111100011001011110100110111000101000100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700746; }

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

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

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

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

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

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

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

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