#700659

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

Shades of Tyrian Purple #700659

Tints of Tyrian Purple #700659

Color information

#700659 (or 0x700659) is unknown color: approx Tyrian Purple. HEX triplet: 70, 06 and 59. RGB value is (112,6,89). Sum of RGB (Red+Green+Blue) = 112+6+89=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #700659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700659 is #8FF9A6. Grayscale: #2E2E2E. Windows color (decimal): -9435559 or 5834352. OLE color: 5834352.

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

Color convert

RGB112689-
CMYK00.950.210.56
HSL313.02º89.83%23.14%-
HSV(B)313.02º94.64%43.92%-
XYZ8.554.39.83-
YUV47.16151.62174.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=54.11%
G=2.90%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11268900.950.210.56313.0289.8323.14
Hex7065905F15381395a17
Octal16061310137257047113227
Binary111000011010110010101111110101111000100111001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700659; }

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

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

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

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

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

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

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

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