#700559

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

Shades of Tyrian Purple #700559

Tints of Tyrian Purple #700559

Color information

#700559 (or 0x700559) is unknown color: approx Tyrian Purple. HEX triplet: 70, 05 and 59. RGB value is (112,5,89). Sum of RGB (Red+Green+Blue) = 112+5+89=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #700559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700559 is #8FFAA6. Grayscale: #2E2E2E. Windows color (decimal): -9435815 or 5834096. OLE color: 5834096.

HSL color Cylindrical-coordinate representation of color #700559: hue angle of 312.9º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700559 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB112589-
CMYK00.960.210.56
HSL312.9º91.45%22.94%-
HSV(B)312.9º95.54%43.92%-
XYZ8.544.279.83-
YUV46.57151.95174.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 89 (35.16% from 255) = 43.20%
R=54.37%
G=2.43%
B=43.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11258900.960.210.56312.991.4522.94
Hex7055906015381395b17
Octal16051310140257047113327
Binary111000010110110010110000010101111000100111001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700559; }

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

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

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

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

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

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

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

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