#700759

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

Shades of Tyrian Purple #700759

Tints of Tyrian Purple #700759

Color information

#700759 (or 0x700759) is unknown color: approx Tyrian Purple. HEX triplet: 70, 07 and 59. RGB value is (112,7,89). Sum of RGB (Red+Green+Blue) = 112+7+89=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #700759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700759 is #8FF8A6. Grayscale: #2F2F2F. Windows color (decimal): -9435303 or 5834608. OLE color: 5834608.

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

Color convert

RGB112789-
CMYK00.940.210.56
HSL313.14º88.24%23.33%-
HSV(B)313.14º93.75%43.92%-
XYZ8.564.329.83-
YUV47.74151.29173.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 7 (3.12% from 255) = 3.37%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=53.85%
G=3.37%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11278900.940.210.56313.1488.2423.33
Hex7075905E15381395817
Octal16071310136257047113027
Binary111000011110110010101111010101111000100111001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700759; }

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

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

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

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

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

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

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

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