#700657

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

Shades of Tyrian Purple #700657

Tints of Tyrian Purple #700657

Color information

#700657 (or 0x700657) is unknown color: approx Tyrian Purple. HEX triplet: 70, 06 and 57. RGB value is (112,6,87). Sum of RGB (Red+Green+Blue) = 112+6+87=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #700657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700657 is #8FF9A8. Grayscale: #2E2E2E. Windows color (decimal): -9435561 or 5703280. OLE color: 5703280.

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

Color convert

RGB112687-
CMYK00.950.220.56
HSL314.15º89.83%23.14%-
HSV(B)314.15º94.64%43.92%-
XYZ8.474.269.39-
YUV46.93150.62174.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.63%
GREEN value IS 6 (2.73% from 255) = 2.93%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=54.63%
G=2.93%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11268700.950.220.56314.1589.8323.14
Hex7065705F163813a5a17
Octal16061270137267047213227
Binary111000011010101110101111110110111000100111010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700657; }

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

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

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

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

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

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

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

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